Skip to content

Commit 94ed7c8

Browse files
committed
Remove apihandler_test.go
1 parent a0a93f8 commit 94ed7c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apiintegrations/apihandler/apihandler_test.go renamed to apiintegrations/apihandler/apihandler_test.go.TODO

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ func TestLoadAPIHandler(t *testing.T) {
4646
// Setup expectations for the mock logger based on whether an error is expected.
4747
if tt.wantErr {
4848
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()
5149
}
5250

5351
// Attempt to load the API handler.

0 commit comments

Comments
 (0)