@@ -19,7 +19,7 @@ describe('connection', () => {
19
19
const client = await weaviate . connectToLocal ( {
20
20
port : 8085 ,
21
21
authCredentials : new AuthUserPasswordCredentials ( {
22
- username : 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net ' ,
22
+ username : 'oidc-test-user@weaviate.io ' ,
23
23
password : process . env . WCS_DUMMY_CI_PW ,
24
24
silentRefresh : false ,
25
25
} ) ,
@@ -118,7 +118,7 @@ describe('connection', () => {
118
118
const client = await weaviate . connectToLocal ( {
119
119
port : 8085 ,
120
120
authCredentials : new AuthUserPasswordCredentials ( {
121
- username : 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net ' ,
121
+ username : 'oidc-test-user@weaviate.io ' ,
122
122
password : process . env . WCS_DUMMY_CI_PW ,
123
123
silentRefresh : false ,
124
124
} ) ,
@@ -176,7 +176,7 @@ describe('connection', () => {
176
176
scheme : 'http' ,
177
177
host : 'localhost:8085' ,
178
178
authClientSecret : new AuthUserPasswordCredentials ( {
179
- username : 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net ' ,
179
+ username : 'oidc-test-user@weaviate.io ' ,
180
180
password : process . env . WCS_DUMMY_CI_PW ,
181
181
silentRefresh : false ,
182
182
} ) ,
@@ -215,7 +215,7 @@ describe('connection', () => {
215
215
scheme : 'http' ,
216
216
host : 'localhost:8085' ,
217
217
authClientSecret : new AuthUserPasswordCredentials ( {
218
- username : 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net ' ,
218
+ username : 'oidc-test-user@weaviate.io ' ,
219
219
password : process . env . WCS_DUMMY_CI_PW ,
220
220
silentRefresh : false ,
221
221
} ) ,
0 commit comments