X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aead670cda417803f2c79b50cf1ea7463c8e37c4..9a8bcf923075e072dcde21795b03087affb63e6a:/services/fuse/tests/test_token_expiry.py diff --git a/services/fuse/tests/test_token_expiry.py b/services/fuse/tests/test_token_expiry.py index ca2228c561..89076d72cb 100644 --- a/services/fuse/tests/test_token_expiry.py +++ b/services/fuse/tests/test_token_expiry.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: AGPL-3.0 -from builtins import range import apiclient import arvados import arvados_fuse @@ -66,8 +65,8 @@ class TokenExpiryTest(IntegrationTest): @staticmethod def _test_refresh_old_manifest(self, zzz): - uuid = 'zzzzz-4zz18-op4e2lbej01tcvu' - fnm = 'zzzzz-8i9sb-0vsrcqi7whchuil.log.txt' + uuid = 'zzzzz-4zz18-logcollection02' + fnm = 'crunch-run.txt' os.listdir(os.path.join(zzz, uuid)) for _ in range(8): with open(os.path.join(zzz, uuid, fnm)) as f: