Skip to content

Commit 1f857da

Browse files
include py test for sync
1 parent ea0006f commit 1f857da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sync_tests/tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ def node_synced(
264264
)
265265
start_time = _utc_now()
266266
else:
267+
if node_revision is None:
268+
msg = "--node-revision is required when --node-socket-path is not provided"
269+
raise ValueError(msg)
267270
start_era: str = request.config.getoption(
268271
"--db-sync-start-era",
269272
)

0 commit comments

Comments
 (0)