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

as

parent d3684dc6
Branches
No related tags found
No related merge requests found
Pipeline #77458 failed
...@@ -20,5 +20,6 @@ class B2ShareOperatorTest(unittest.TestCase): ...@@ -20,5 +20,6 @@ class B2ShareOperatorTest(unittest.TestCase):
def test_execute_no_trigger(self): def test_execute_no_trigger(self):
self.ti.run(ignore_ti_state=True) self.ti.run(ignore_ti_state=True)
assert self.ti.state == State.SUCCESS print(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