15397: Fix improperly quoted regexps.
[arvados.git] / services / fuse / tests / test_tmp_collection.py
index 7ab6d52243341139dd69abcc3653c4e3968c22b3..d6993750f7be3bba8229c8bf9075641a95811d08 100644 (file)
@@ -146,4 +146,4 @@ class TmpCollectionTest(IntegrationTest):
             f.write("b2")
         with open(os.path.join(tmpdir, "b1"), 'w') as f:
             f.write("1b")
-        self.assertRegex(current_manifest(tmpdir), "^\. ed4f3f67c70b02b29c50ce1ea26666bd\+4(\+\S+)? 0:2:b1 2:2:b2\n$")
+        self.assertRegex(current_manifest(tmpdir), r'^\. ed4f3f67c70b02b29c50ce1ea26666bd\+4(\+\S+)? 0:2:b1 2:2:b2\n$')