Skip to content

Commit 5d051d7

Browse files
updated test
1 parent c0ecadf commit 5d051d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container_registry/container_analysis/samples_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def test_find_high_severity_vulnerabilities(self):
241241
grafeas_client = client.get_grafeas_client()
242242
note = {
243243
'vulnerability': {
244-
'severity': Severity.CRITICAL,
244+
'effective_severity': Severity.CRITICAL,
245245
'details': [
246246
{
247247
'affected_cpe_uri': 'your-uri-here',

0 commit comments

Comments
 (0)