Skip to content

Commit b91196c

Browse files
committed
Move the rpc test some levels up
1 parent f7bbfe6 commit b91196c

File tree

2 files changed

+119
-104
lines changed

2 files changed

+119
-104
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ def app_environment(
1717
monkeypatch,
1818
{
1919
**app_environment, # WARNING: AFTER env_devel_dict because HOST are set to 127.0.0.1 in here
20-
"WEBSERVER_DB_LISTENER": "0",
2120
"WEBSERVER_DEV_FEATURES_ENABLED": "1",
22-
"WEBSERVER_GARBAGE_COLLECTOR": "null",
21+
"WEBSERVER_FUNCTIONS": "1",
2322
},
2423
)

0 commit comments

Comments
 (0)