Skip to content

Commit

Permalink
Remove test error
Browse files Browse the repository at this point in the history
  • Loading branch information
micael-grilo committed Oct 10, 2024
1 parent 6d4531a commit b19e7d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/tests/test_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def test_import_dags(self):
len(self.dagbag.import_errors),
f"DAG import failures. Errors: {self.dagbag.import_errors}",
)

def test_alert(self):
self.assertFalse(True, "Alert test failed")

suite = unittest.TestLoader().loadTestsFromTestCase(TestDagIntegrity)
unittest.TextTestRunner(verbosity=2).run(suite)

0 comments on commit b19e7d6

Please sign in to comment.