Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Aug 27, 2024
1 parent 84e2744 commit f7a1360
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backoffice/backoffice/workflows/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,6 @@ def test_restart_full_dagrun(self):
"api:workflows-authors-restart",
kwargs={"pk": self.workflow.id},
)
import ipdb

ipdb.set_trace()
response = self.api_client.post(url)
self.assertEqual(response.status_code, 200)
self.assertIn("test", response.json()["conf"]["data"])
Expand Down

0 comments on commit f7a1360

Please sign in to comment.