Skip to content

Commit

Permalink
Revert "Fix owner test under Windows"
Browse files Browse the repository at this point in the history
This reverts commit 643c85d.
  • Loading branch information
hagenw committed Oct 18, 2024
1 parent 643c85d commit 29b5990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def owner(request):
owner = backend_cls.get_authentication(host_wo_https)[0]
else:
if os.name == "nt":
owner = "runneradmin"
owner = "Administrators"
else:
owner = getpass.getuser()

Expand Down

0 comments on commit 29b5990

Please sign in to comment.