Skip to content

Commit

Permalink
test: Fix expectations on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 18, 2024
1 parent 0d5d66c commit aa60da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from integration_tests import req

BASEDIR = os.path.realpath(".")
BASEDIR = os.path.realpath(".").replace("\\", "\\\\")
with (Path(__file__).absolute().parent.parent / "tests" / "quotesbot.egg").open("rb") as f:
EGG = f.read()

Expand Down

0 comments on commit aa60da5

Please sign in to comment.