We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a93f8 commit 94ed7c8Copy full SHA for 94ed7c8
apiintegrations/apihandler/apihandler_test.go renamed to apiintegrations/apihandler/apihandler_test.go.TODO
@@ -46,8 +46,6 @@ func TestLoadAPIHandler(t *testing.T) {
46
// Setup expectations for the mock logger based on whether an error is expected.
47
if tt.wantErr {
48
mockLog.On("Error", mock.Anything, mock.Anything, mock.Anything).Return().Once()
49
- } else {
50
- mockLog.On("Info", mock.Anything, mock.Anything, mock.Anything).Return().Once()
51
}
52
53
// Attempt to load the API handler.
0 commit comments