Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjb authored Feb 6, 2024
1 parent 7ba792f commit 0177d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/postgrescluster/pgmonitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ func TestReconcilePGMonitorExporterStatus(t *testing.T) {
podExecCalled: false,
// Status was generated manually for this test case
// TODO jmckulk: add code to generate status
status: v1beta1.MonitoringStatus{ExporterConfiguration: "66c45b8cfd"},
status: v1beta1.MonitoringStatus{ExporterConfiguration: "7cdb484b6c"},
statusChangedAfterReconcile: false,
}} {
t.Run(test.name, func(t *testing.T) {
Expand Down

0 comments on commit 0177d1b

Please sign in to comment.