Skip to content

Commit

Permalink
Fix issue that slipped into integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
JarredAllen committed Jun 4, 2021
1 parent 0731e7c commit 3ed7b3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ fn tls_client() -> Result<Client> {
#[cfg(feature = "websocket")]
fn websocket_client() -> Result<Client> {
Client::builder()
.set_host("ws://127.0.0.1".to_owned())
.set_port(9001)
.set_host("ws://127.0.0.1:9001".to_owned())
.set_websocket()
.set_connect_retry_delay(Duration::from_secs(1))
.build()
Expand Down

0 comments on commit 3ed7b3f

Please sign in to comment.