File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 run : composer install --prefer-dist --no-progress
6161
6262 - name : Create YDB User
63- run : docker exec $(docker ps --latest --quiet) /ydb -e grpc://localhost:2136 -d /local scripting yql -s "CREATE USER testuser PASSWORD 'test_password '"
63+ run : docker exec $(docker ps --latest --quiet) /ydb -e grpc://localhost:2136 -d /local scripting yql -s "CREATE USER testuser PASSWORD 'testpassword '"
6464
6565 - name : Run tests
6666 run : ./vendor/bin/phpunit \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function testGetAuthToken()
2727 'iam_config ' => [
2828 'insecure ' => true ,
2929 ],
30- 'credentials ' => new StaticAuthentication ('testuser ' , 'test_password ' )
30+ 'credentials ' => new StaticAuthentication ('testuser ' , 'testpassword ' )
3131 ];
3232 $ ydb = new Ydb ($ config , new SimpleStdLogger (7 ));
3333 $ ydb ->table ()->query ("SELECT 1; " );
You can’t perform that action at this time.
0 commit comments