Skip to content

Commit c933263

Browse files
committed
Merge branch 'main' of https://github.com/weaviate/typescript-client into dev/1.30
2 parents 184f8d6 + 40bed7a commit c933263

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/connection/journey.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('connection', () => {
1919
const client = await weaviate.connectToLocal({
2020
port: 8085,
2121
authCredentials: new AuthUserPasswordCredentials({
22-
username: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net',
22+
username: 'oidc-test-user@weaviate.io',
2323
password: process.env.WCS_DUMMY_CI_PW,
2424
silentRefresh: false,
2525
}),
@@ -118,7 +118,7 @@ describe('connection', () => {
118118
const client = await weaviate.connectToLocal({
119119
port: 8085,
120120
authCredentials: new AuthUserPasswordCredentials({
121-
username: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net',
121+
username: 'oidc-test-user@weaviate.io',
122122
password: process.env.WCS_DUMMY_CI_PW,
123123
silentRefresh: false,
124124
}),
@@ -176,7 +176,7 @@ describe('connection', () => {
176176
scheme: 'http',
177177
host: 'localhost:8085',
178178
authClientSecret: new AuthUserPasswordCredentials({
179-
username: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net',
179+
username: 'oidc-test-user@weaviate.io',
180180
password: process.env.WCS_DUMMY_CI_PW,
181181
silentRefresh: false,
182182
}),
@@ -215,7 +215,7 @@ describe('connection', () => {
215215
scheme: 'http',
216216
host: 'localhost:8085',
217217
authClientSecret: new AuthUserPasswordCredentials({
218-
username: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net',
218+
username: 'oidc-test-user@weaviate.io',
219219
password: process.env.WCS_DUMMY_CI_PW,
220220
silentRefresh: false,
221221
}),

0 commit comments

Comments
 (0)