@@ -19,7 +19,7 @@ describe('connection', () => {
1919 const client = await weaviate . connectToLocal ( {
2020 port : 8085 ,
2121 authCredentials : new AuthUserPasswordCredentials ( {
22- 22+ 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- 121+ 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- 179+ 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- 218+ 219219 password : process . env . WCS_DUMMY_CI_PW ,
220220 silentRefresh : false ,
221221 } ) ,
0 commit comments