File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,7 @@ def test_sync_same_proj_2_branches(json_file: Generator[str]) -> None:
6969def test_sync_2_proj_branches (json_file : Generator [str ]) -> None :
7070 """test_sync_2_proj_branches"""
7171 code = e .UNSUPPORTED_OPERATION if tutil .SQ .edition () == c .CE else e .OK
72- assert (
73- tutil .run_cmd (findings_sync .main , f"{ CMD } { PLAT_OPTS } { SYNC_OPTS } -b master -B main -{ opt .REPORT_FILE_SHORT } { json_file } " )
74- == code
75- )
72+ assert tutil .run_cmd (findings_sync .main , f"{ CMD } { PLAT_OPTS } { SYNC_OPTS } -b master -B main -{ opt .REPORT_FILE_SHORT } { json_file } " ) == code
7673 if tutil .SQ .edition () == c .CE :
7774 assert tutil .run_cmd (findings_sync .main , f"{ CMD } { PLAT_OPTS } { SYNC_OPTS } -B main -{ opt .REPORT_FILE_SHORT } { json_file } " ) == e .OK
7875
You can’t perform that action at this time.
0 commit comments