From 9d9213e29c424f950d6841e353bb68b2ae944cce Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Wed, 26 Jun 2024 12:02:19 -0500 Subject: [PATCH] Format with black --- trovi/api/tests.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trovi/api/tests.py b/trovi/api/tests.py index 6a091d4..26ab9fc 100644 --- a/trovi/api/tests.py +++ b/trovi/api/tests.py @@ -950,7 +950,10 @@ def test_link_to_non_existent_artifact(self): response.status_code, status.HTTP_404_NOT_FOUND, msg=response.content ) - @skipIf("sqlite" in os.getenv("DB_ENGINE"), "This test fails locally due to a difference with the sqlite3 engine") + @skipIf( + "sqlite" in os.getenv("DB_ENGINE"), + "This test fails locally due to a difference with the sqlite3 engine", + ) def test_non_unique_artifact_contents(self): example = self.example_version.copy() example["contents"]["urn"] = version_don_quixote_1.contents_urn