Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed May 12, 2024
1 parent dc894bb commit 3bd2a41
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 @@ -285,7 +285,7 @@ def test_delete_success(self, resource_factory, mock_api_client):
resource_crd_mock.metadata = K8sMetadata(uid="uid", name="foo", namespace="bar")

status = {
"twingate_resource_access_sync": {
"twingate_resource_access_changed": {
"success": True,
"principal_id": resource_access_spec["principalId"],
}
Expand Down

0 comments on commit 3bd2a41

Please sign in to comment.