Skip to content

Commit

Permalink
Integration Test Websocket Logger Error
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitbbhayani committed Oct 22, 2024
1 parent 23cd715 commit cace85f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_tests/commands/websocket/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ func TestMain(m *testing.M) {
// checks for available port and then forks a goroutine
// to start the server
opts := TestServerOptions{
Port: testPort1,
Logger: l,
Port: testPort1,
}
ctx, cancel := context.WithCancel(context.Background())
RunWebsocketServer(ctx, &wg, opts)
Expand Down

0 comments on commit cace85f

Please sign in to comment.