diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2020-09-15 23:34:42 +0200 |
---|---|---|
committer | Nejc Habjan <nejc.habjan@siemens.com> | 2020-09-15 23:34:42 +0200 |
commit | 40ec2f528b885290fbb3e2d7ef0f5f8615219326 (patch) | |
tree | 17c9ddcad555ce5f20dd68d99a86dda9181b5d66 /tools/functional/python_test_v4.py | |
parent | 27109cad0d97114b187ce98ce77e4d7b0c7c3270 (diff) | |
download | gitlab-test/cleanup-env.tar.gz |
chore: use helper fixtures for test directoriestest/cleanup-env
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 |