Skip to content

Commit 0ce225c

Browse files
linter fix: reduce line length
Signed-off-by: Armin Tänzer <[email protected]>
1 parent 7636b1b commit 0ce225c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/spdx/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def test_cli_with_system_exit_code_0(options):
3939
"-i",
4040
str(
4141
resources.files("tests.spdx.data.invalid").joinpath(
42-
"spdx-trivy-vmware_log-intelligence-fluentd-sha256_086af034f561f343f633be9d9f9e95f65ae6c61b8ddb2c6755ef5bb25b40f53a.json"
42+
"spdx-trivy-vmware_log-intelligence-fluentd-"
43+
"sha256_086af034f561f343f633be9d9f9e95f65ae6c61b8ddb2c6755ef5bb25b40f53a.json"
4344
)
4445
),
4546
),

0 commit comments

Comments
 (0)