X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/873fcf181c037cc1e42419bfeaf5bb70c9d9e239..24f2f4c4f0c25cbdafb974354d7aff117854923f:/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 046a835893..89076d72cb 100644 --- a/services/fuse/tests/test_token_expiry.py +++ b/services/fuse/tests/test_token_expiry.py @@ -65,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: