Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add env variable POSTGRES_TEST_DB for test database name. #5778

Merged
merged 1 commit into from
May 9, 2023

Conversation

Aadesh-Baral
Copy link
Contributor

@Aadesh-Baral Aadesh-Baral commented May 9, 2023

From discussion w/ @eternaltyro
Use test database name from environment variable instead of adding test_ ahead of POSTGRES_DB variable to improve the maintainability of the code base by reducing redundancy and improving readability.

---------------------------------------------------------
Use test database name from environment variable instead of by ading test_ ahead of POSTGRES_DB env variable to improve the maintainability of the codebase by reducing redundancy and improving readability.
@sonarcloud
Copy link

sonarcloud bot commented May 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Aadesh-Baral Aadesh-Baral marked this pull request as ready for review May 9, 2023 14:06
@Aadesh-Baral Aadesh-Baral self-assigned this May 9, 2023
@eternaltyro eternaltyro merged commit 6f86ac1 into develop May 9, 2023
4 of 5 checks passed
@eternaltyro eternaltyro deleted the dev/add-test-db-var branch May 9, 2023 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants