Skip to content

Commit

Permalink
test: successfully delete error message
Browse files Browse the repository at this point in the history
Signed-off-by: vickysomtee <[email protected]>
  • Loading branch information
Vickysomtee committed Apr 22, 2024
1 parent 8dd7ffa commit 863d758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metrics-operator/controllers/metrics/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ func TestKeptnMetricReconciler_Reconcile(t *testing.T) {
Query: "",
FetchIntervalSeconds: 10,
},

Status: metricsapi.KeptnMetricStatus{
ErrMsg: "test error message",
},
}

metric4 := &metricsapi.KeptnMetric{
Expand Down

0 comments on commit 863d758

Please sign in to comment.