Skip to content

Commit

Permalink
Add missing timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Mar 22, 2021
1 parent 4c9f9a1 commit 3e8e909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/events/fixtures_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3659,6 +3659,9 @@ status:
updatedReplicas: 2
`

// 2 seconds after the last event time
const stsUpdateEventsThresholdStr = "2021-02-17T14:24:53Z"

// Events from a Flux StatefulSet update from one version to another
var stsUpdateEvents = []string{`
apiVersion: v1
Expand Down

0 comments on commit 3e8e909

Please sign in to comment.