This commit is contained in:
jasquat 2023-04-21 09:32:22 -04:00
parent 3dca7d2ed4
commit 98ec512680

View File

@ -134,7 +134,6 @@ class TestSpecFileService(BaseTest):
db.session.add(process_id_lookup) db.session.add(process_id_lookup)
db.session.commit() db.session.commit()
def test_change_the_identifier_cleans_up_cache( def test_change_the_identifier_cleans_up_cache(
self, self,
app: Flask, app: Flask,