Skip to content

Commit ffeff70

Browse files
committed
Removing usage of deprecated password() API from websocket client test.
1 parent f6acecc commit ffeff70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/websockets/client/authentication_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ TEST_FIXTURE(uri_address, auth_with_credentials, "Ignore", "245")
8080
config.set_credentials(cred);
8181
websocket_client client(config);
8282

83-
auth_helper(server, cred.username(), cred.password());
83+
auth_helper(server, cred.username(), U("password"));
8484
client.connect(m_uri).wait();
8585
client.close().wait();
8686
}

0 commit comments

Comments
 (0)