From 4e6bce92d66ba7a9124ea7ab9fa2e16510a32b25 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Tue, 23 Oct 2018 16:20:24 +0200
Subject: [PATCH] swh.model.tests.test_cli: Fix pytest.mark.fr to
 pytest.mark.fs

---
 swh/model/tests/test_cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swh/model/tests/test_cli.py b/swh/model/tests/test_cli.py
index 4f7794c4..e4232fe2 100644
--- a/swh/model/tests/test_cli.py
+++ b/swh/model/tests/test_cli.py
@@ -15,7 +15,7 @@ from swh.model.hashutil import hash_to_hex
 from swh.model.tests.test_from_disk import DataMixin
 
 
-@pytest.mark.fr
+@pytest.mark.fs
 class TestIdentify(DataMixin, unittest.TestCase):
 
     def setUp(self):
-- 
GitLab