@@ -146,7 +146,7 @@ nodeOnly(() => {
146146 try {
147147 await openSocksSocket ( server , '127.0.0.1' , remoteServer . port , {
148148 type : 5 ,
149- userId : "mockttp- metadata" ,
149+ userId : "metadata" ,
150150 password : "{}"
151151 } ) ;
152152 expect . fail ( "Should have failed" ) ;
@@ -258,7 +258,7 @@ nodeOnly(() => {
258258
259259 const socksSocket = await openSocksSocket ( server , '127.0.0.1' , remoteServer . port , {
260260 type : 5 ,
261- userId : "mockttp- metadata" ,
261+ userId : "metadata" ,
262262 password : JSON . stringify ( { tags : [ 'response-test-tag' ] } )
263263 } ) ;
264264
@@ -275,7 +275,7 @@ nodeOnly(() => {
275275
276276 const socksSocket = await openSocksSocket ( server , '127.0.0.1' , remoteServer . port , {
277277 type : 5 ,
278- userId : "mockttp- metadata" ,
278+ userId : "metadata" ,
279279 password : Buffer . from (
280280 JSON . stringify ( { tags : [ 'base64d-test-tag' ] } )
281281 ) . toString ( 'base64url' )
@@ -292,7 +292,7 @@ nodeOnly(() => {
292292 try {
293293 await openSocksSocket ( server , '127.0.0.1' , remoteServer . port , {
294294 type : 5 ,
295- userId : "mockttp- metadata" ,
295+ userId : "metadata" ,
296296 password : "}}}{{{{{{{{{{{{{{{{{" // Very invalid JSON
297297 } ) ;
298298 expect . fail ( "Should have failed" ) ;
0 commit comments