Skip to content

Commit 952957f

Browse files
author
koval
committed
Fix tests.
1 parent a9fbcf6 commit 952957f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_entities/test_webhooks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"created": "2023-05-04T17:21:14+03:00",
2323
"active": True,
2424
"webhook_events": ["APPLICANT"],
25+
"type": "USER"
2526
},
2627
],
2728
}
@@ -33,6 +34,7 @@
3334
"created": "2023-05-04T17:24:28+03:00",
3435
"active": True,
3536
"webhook_events": ["APPLICANT"],
37+
"type": "USER",
3638
}
3739

3840

0 commit comments

Comments
 (0)