removed useless file service test
This commit is contained in:
parent
3c78ceaac4
commit
8b87421db0
|
@ -18,12 +18,6 @@ class TestSpecFileService(BaseTest):
|
|||
"test_process_group_id", "call_activity_nested", "call_activity_nested.bpmn"
|
||||
)
|
||||
|
||||
def test_can_check_for_messages_in_bpmn_xml(
|
||||
self, app: Flask, with_db_and_bpmn_file_cleanup: None
|
||||
) -> None:
|
||||
"""Test_can_check_for_messages_in_bpmn_xml."""
|
||||
assert True
|
||||
|
||||
def test_can_store_process_ids_for_lookup(
|
||||
self, app: Flask, with_db_and_bpmn_file_cleanup: None
|
||||
) -> None:
|
||||
|
|
Loading…
Reference in New Issue