Skip to content

Commit b146910

Browse files
committed
Repository tests: remove potentially fragile error messages assertions.
1 parent 86f0bd6 commit b146910

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_repository.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ def test_fail_no_useRepository(self):
303303
.run()
304304
)
305305

306-
self.assertIn("ResultKey", str(err.exception))
307-
308306

309307
def test_fail_no_load(self):
310308
"""This run fails because we do not load() for the repository reading."""
@@ -329,4 +327,3 @@ def test_fail_no_load(self):
329327
.getSuccessMetricsAsJson()
330328
)
331329

332-
self.assertIn("RepositoryLoader", str(err.exception))

0 commit comments

Comments
 (0)