We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c752f3 commit 3587af1Copy full SHA for 3587af1
tests/e2e/tests/viavi.py
@@ -359,7 +359,7 @@ def _test_viavi(
359
fivegc_definition=FiveGCDefinition(amf_ip=amf_ip, amf_port=amf_port),
360
start_info=StartInfo(
361
timeout=gnb_startup_timeout,
362
- post_commands=test_declaration.gnb_extra_commands,
+ post_commands=(test_declaration.gnb_extra_commands,),
363
),
364
)
365
0 commit comments