Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani committed Jan 29, 2025
1 parent 2323228 commit cabc202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/export/export_config_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestReconcile(t *testing.T) {
},
},
wantErr: true,
errorMsg: fmt.Sprintf("data missing in configmap %s, unable to establish connection", request.NamespacedName),
errorMsg: fmt.Sprintf("data missing in configmap %s, unable to configure exporter", request.NamespacedName),
},
}
for _, tc := range testCases {
Expand Down

0 comments on commit cabc202

Please sign in to comment.