diff options
Diffstat (limited to 'tools/functional/python_test_v4.py')
-rw-r--r-- | tools/functional/python_test_v4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/functional/python_test_v4.py b/tools/functional/python_test_v4.py index 6c90fe6..b29f9f3 100644 --- a/tools/functional/python_test_v4.py +++ b/tools/functional/python_test_v4.py @@ -57,7 +57,7 @@ nxs4TLO3kZjUTgWKdhpgRNF5hwaz51ZjpebaRf/ZqRuNyX4lIRolDxzOn/+O1o8L qG2ZdhHHmSK2LaQLFiSprUkikStNU9BqSQ== =5OGa -----END PGP PUBLIC KEY BLOCK-----""" -AVATAR_PATH = Path(__file__).resolve().parent / "fixtures" / "avatar.png" +AVATAR_PATH = Path(__file__).parent / "fixtures" / "avatar.png" TEMP_DIR = Path(tempfile.gettempdir()) # token authentication from config file |