Skip to content

Commit 3587af1

Browse files
author
qarlosalberto
committed
ci: fix report
1 parent 0c752f3 commit 3587af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/viavi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def _test_viavi(
359359
fivegc_definition=FiveGCDefinition(amf_ip=amf_ip, amf_port=amf_port),
360360
start_info=StartInfo(
361361
timeout=gnb_startup_timeout,
362-
post_commands=test_declaration.gnb_extra_commands,
362+
post_commands=(test_declaration.gnb_extra_commands,),
363363
),
364364
)
365365
)

0 commit comments

Comments
 (0)