Skip to content

Commit

Permalink
Update test/e2e/custom_wait_rules_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Praveen Rewar <8457124+praveenrewar@users.noreply.github.com>
  • Loading branch information
rohitagg2020 and praveenrewar authored Sep 27, 2024
1 parent e5e7dca commit 20d5e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/custom_wait_rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ waitRules:
end
def getExpiryTime(startTime):
return int(startTime)+50
return int(startTime)+50
end
resourceMatchers:
- apiVersionKindMatcher: {apiVersion: v1, kind: Pod}
Expand Down

0 comments on commit 20d5e94

Please sign in to comment.