Skip to content

Commit 80fa7fe

Browse files
committed
notes
1 parent 93a9e2c commit 80fa7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def app_environment(app_environment: EnvVarsDict, monkeypatch: pytest.MonkeyPatc
179179
# this emulates hostname: "wb-{{.Node.Hostname}}-{{.Task.Slot}}" in docker-compose that
180180
# affects PostgresSettings.POSTGRES_CLIENT_NAME
181181
"HOSTNAME": "wb-test_host.0",
182-
"WEBSERVER_RPC_NAMESPACE": "null",
182+
"WEBSERVER_RPC_NAMESPACE": "null", # FIXME: hack!
183183
},
184184
)
185185
)

0 commit comments

Comments
 (0)