Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed May 13, 2024
1 parent 44b8f5a commit 24c1db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/handlers/tests/test_handlers_resource_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def test_delete_resource_doesnt_exist_does_nothing(self, mock_api_client):
logger_mock = MagicMock()
memo_mock = MagicMock()
status = {
"twingate_resource_access_sync": {
"twingate_resource_access_change": {
"success": True,
"principal_id": resource_access_spec["principalId"],
}
Expand Down

0 comments on commit 24c1db9

Please sign in to comment.