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

no local ex

parent 1d4f1097
No related branches found
No related tags found
No related merge requests found
Pipeline #77464 failed
......@@ -19,7 +19,7 @@ class B2ShareOperatorTest(unittest.TestCase):
self.ti = TaskInstance(task=self.op, execution_date=days_ago(1))
def test_execute_no_trigger(self):
self.ti.run(ignore_ti_state=True)
self.ti.run(ignore_ti_state=False)
print(self.ti.state)
self.assertEqual(State.SUCCESS, self.ti.state)
# 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.
Finish editing this message first!
Please register or to comment