Skip to content

Commit 65b5661

Browse files
committed
improve data policy failure text
1 parent e62e732 commit 65b5661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywcmp/wcmp2/ets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def test_requirement_data_policy(self):
467467
if link['rel'] == 'license']
468468
if not conditions_links:
469469
status['code'] = 'FAILED'
470-
status['message'] = 'missing recommended conditions'
470+
status['message'] = 'recommended data requires a link with rel=license' # noqa
471471
return status
472472

473473
return status

0 commit comments

Comments
 (0)