Skip to content

Commit 5aee9f6

Browse files
committed
Update tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 9edac14 commit 5aee9f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/types/generic-test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"input": "pkg:generic/bitwarderl?vcs_url=git+https://git.fsfe.org/dxtr/bitwarderl@cc55108da32",
156156
"expected_output": [
157157
{
158-
"level": "info",
158+
"severity": "info",
159159
"message": "Invalid qualifiers found: vcs_url. Allowed qualifiers are: checksum, download_url"
160160
}
161161
]

tests/types/luarocks-test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"input": "pkg:luarocks/username/packagename@0.1.0-1?channel=beta",
157157
"expected_output": [
158158
{
159-
"level": "info",
159+
"severity": "info",
160160
"message": "Invalid qualifiers found: channel. Allowed qualifiers are: repository_url"
161161
}
162162
]

0 commit comments

Comments
 (0)