Skip to content

Commit a992411

Browse files
committed
Test
1 parent 56b3c17 commit a992411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_full_cmorisation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def _validate_with_prepare(self, output_file, cmor_name, table_path):
163163
table_arg,
164164
output_arg,
165165
]
166-
result = subprocess.run(
166+
result = subprocess.run( # noqa: S603 # nosec B603
167167
cmd_args, capture_output=True, text=True, check=False, shell=False
168168
) # noqa: S603 # nosec B603
169169

0 commit comments

Comments
 (0)