Skip to content

Commit

Permalink
Fix test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored and sur5r committed Jan 10, 2024
1 parent b421d61 commit 43be5f3
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
"failingKeyword": "then"
},
"schemaPath": "#/allOf/0/if"
},
{
"instancePath": "/galaxy_info/namespace",
"keyword": "pattern",
"message": "must match pattern \"^[a-z][a-z0-9_]+$\"",
"params": {
"pattern": "^[a-z][a-z0-9_]+$"
},
"schemaPath": "#/properties/namespace/pattern"
}
]
```
Expand All @@ -46,12 +37,6 @@ stdout:
"path": "$.galaxy_info",
"message": "'author' is a required property",
"has_sub_errors": false
},
{
"filename": "negative_test/roles/meta_invalid_role_namespace/meta/main.yml",
"path": "$.galaxy_info.namespace",
"message": "'foo-bar' does not match '^[a-z][a-z0-9_]+$'",
"has_sub_errors": false
}
],
"parse_errors": []
Expand Down

0 comments on commit 43be5f3

Please sign in to comment.