We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62e732 commit 65b5661Copy full SHA for 65b5661
pywcmp/wcmp2/ets.py
@@ -467,7 +467,7 @@ def test_requirement_data_policy(self):
467
if link['rel'] == 'license']
468
if not conditions_links:
469
status['code'] = 'FAILED'
470
- status['message'] = 'missing recommended conditions'
+ status['message'] = 'recommended data requires a link with rel=license' # noqa
471
return status
472
473
0 commit comments