Skip to content

Commit 4a742a1

Browse files
committed
fix: tests
1 parent e7eb741 commit 4a742a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/commands/serve_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestServeCommand(t *testing.T) {
122122
t.Fatalf("Failed to start console: %v", err)
123123
}
124124

125-
wsClient, err := test_utils.WaitForWebsocketConnection("localhost:8081", "/ws/v1/serve/start.0", 60*time.Second)
125+
wsClient, err := test_utils.WaitForWebsocketConnection("localhost:8081", "/ws/v1/serve/start-process", 60*time.Second)
126126
if err != nil {
127127
t.Fatalf("Failed to connect to ws server: %v", err)
128128
}

0 commit comments

Comments
 (0)