Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: shirady <[email protected]>
  • Loading branch information
shirady committed Mar 9, 2025
1 parent ab93b20 commit dadf094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev_guide/run_coretest_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Another way is to create a postgres container and then run the test with the fol
2. Run the postgres container with this image:
`docker run -p 5432:5432 -e POSTGRESQL_ADMIN_PASSWORD=noobaa quay.io/sclorg/postgresql-15-c9s`
- Port 5432 is the port for docker.
- We added the env `POSTGRESQL_ADMIN_PASSWORD=noobaa` to match the default password we you can find in postgres client ([reference](https://github.com/noobaa/noobaa-core/blob/12847927fc3cde52c4ab0098da41de3ced1fc63a/src/util/postgres_client.js#L1480)).
- We added the env `POSTGRESQL_ADMIN_PASSWORD=noobaa` to match the default password, you can find in postgres client ([reference](https://github.com/noobaa/noobaa-core/blob/12847927fc3cde52c4ab0098da41de3ced1fc63a/src/util/postgres_client.js#L1480)).

expect to see output that starts with:
```
Expand Down

0 comments on commit dadf094

Please sign in to comment.