diff --git a/tests/spiffworkflow_backend/unit/test_spec_file_service.py b/tests/spiffworkflow_backend/unit/test_spec_file_service.py index aad1682d..95321c50 100644 --- a/tests/spiffworkflow_backend/unit/test_spec_file_service.py +++ b/tests/spiffworkflow_backend/unit/test_spec_file_service.py @@ -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: