Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Oct 18, 2023
1 parent a3358e8 commit c30e056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/test_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_general_webhook(self):
self.assertDictEqual(
notifier.request_data["audit"],
{
"audit_id": 3,
"audit_id": self.audit_wf.audit_id,
"group_name": "some_group",
"workflow_type": 2,
"create_user_display": "",
Expand All @@ -174,7 +174,7 @@ def test_general_webhook(self):
self.assertDictEqual(
notifier.request_data["workflow"],
{
"id": 2,
"id": self.wf.id,
"workflow_name": "some_name",
"demand_url": "",
"group_id": 1,
Expand Down

0 comments on commit c30e056

Please sign in to comment.