fix(tests): update database host from localhost to 127.0.0.1
Integration Tests / integration-test (push) Failing after 1m15s
Integration Tests / integration-test (push) Failing after 1m15s
* Adjust connection strings in integration tests for consistency * Ensure compatibility with CI environments that use IPv4
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
databases:
|
||||
- name: test
|
||||
host: localhost
|
||||
host: 127.0.0.1
|
||||
port: 5433
|
||||
database: broker_test
|
||||
user: user
|
||||
|
||||
Reference in New Issue
Block a user