15397: Merge branch 'main'
[arvados.git] / services / fuse / tests / test_token_expiry.py
index 046a835893d5117a7497d75f3ac9b12a2ae340f2..89076d72cb834e9507b0d1bff57719140fb26128 100644 (file)
@@ -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: