Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Sep 19, 2024
1 parent db159d6 commit 7d2781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/environments/environment_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ func TestRestartAuxiliaryResource(t *testing.T) {
}

assert.Equal(t, review.Spec.ResourceAttributes.Name, anyAppName)
assert.Equal(t, review.Spec.ResourceAttributes.Resource, v1.KindRadixRegistration)
assert.Equal(t, review.Spec.ResourceAttributes.Resource, v1.ResourceRadixRegistrations)
assert.Equal(t, review.Spec.ResourceAttributes.Verb, "patch")

review.Status.Allowed = true
Expand Down

0 comments on commit 7d2781c

Please sign in to comment.