Skip to content

Commit 9e772e9

Browse files
committed
tests
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a69c330 commit 9e772e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/test_cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __new__(cls, *args: Any, **kwargs: Any) -> BomBuilder:
7676
command = Command(
7777
logger=self.__make_fresh_logger(logs),
7878
short_purls=short_purls,
79-
schema_version=SchemaVersion.V1_4,
79+
spec_version=SchemaVersion.V1_4,
8080
output_format=OutputFormat.JSON,
8181
should_validate=True,
8282
output_reproducible=True,
@@ -100,7 +100,7 @@ def __new__(cls, *args: Any, **kwargs: Any) -> BomBuilder:
100100
command = Command(
101101
logger=self.__make_fresh_logger(logs),
102102
short_purls=False,
103-
schema_version=SchemaVersion.V1_4,
103+
spec_version=SchemaVersion.V1_4,
104104
output_format=OutputFormat.JSON,
105105
output_reproducible=False,
106106
should_validate=True,
@@ -123,7 +123,7 @@ def __new__(cls, *args: Any, **kwargs: Any) -> BomBuilder:
123123
command = Command(
124124
logger=self.__make_fresh_logger(logs, logging.WARNING),
125125
short_purls=False,
126-
schema_version=SchemaVersion.V1_4,
126+
spec_version=SchemaVersion.V1_4,
127127
output_format=OutputFormat.JSON,
128128
should_validate=False,
129129
output_reproducible=False,

0 commit comments

Comments
 (0)