Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 10, 2024
1 parent 1423850 commit 2d7ea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/object/apirule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestApplyExistingAPIRuleAttributes(t *testing.T) {
var (
host = ptr.To("some.host")
status = apigatewayv1beta1.APIRuleStatus{
LastProcessedTime: ptr.To(kmetav1.Time{}),
LastProcessedTime: *ptr.To(kmetav1.Time{}),
ObservedGeneration: 512,
APIRuleStatus: nil,
VirtualServiceStatus: nil,
Expand Down

0 comments on commit 2d7ea17

Please sign in to comment.