Skip to content
Snippets Groups Projects
Commit 04644762 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

lets try the tests again

parent d582f3a3
Branches
Tags
No related merge requests found
Pipeline #78279 failed
...@@ -19,8 +19,8 @@ class B2ShareOperatorTest(unittest.TestCase): ...@@ -19,8 +19,8 @@ class B2ShareOperatorTest(unittest.TestCase):
self.ti = TaskInstance(task=self.op, execution_date=days_ago(1)) self.ti = TaskInstance(task=self.op, execution_date=days_ago(1))
def test_execute_no_trigger(self): def test_execute_no_trigger(self):
...
#self.ti.run(ignore_ti_state=False) self.ti.run(ignore_ti_state=False)
#print(self.ti.state) print(self.ti.state)
#self.assertEqual(State.SUCCESS, self.ti.state) self.assertEqual(State.SUCCESS, self.ti.state)
# Assert something related to tasks results # Assert something related to tasks results
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment