Skip to content

Commit 53c6017

Browse files
committed
Fix tests
1 parent 7299104 commit 53c6017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def mirage_user_conf(tmp_path):
327327
test_env_path = pathlib.Path(tmp_path / 'test-env')
328328
try:
329329
test_env = """
330-
ENDPOINT=http://localhost:8545
330+
BOOT_ENDPOINT=http://localhost:8545
331331
CONTAINER_CONFIGS_STREAM='main'
332332
FILEBEAT_HOST=127.0.0.1:3010
333333
SGX_SERVER_URL=http://127.0.0.1

0 commit comments

Comments
 (0)