Skip to content

Commit

Permalink
fixing silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinaphillips committed Feb 26, 2024
1 parent 59bccc9 commit ee0ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingest_validation_tests/publication_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PublicationValidator(Validator):
cost = 1.0
base_url_re = r"(\s*\{\{\s*base_url\s*\}\})/(.*)"
url_re = r"[Uu][Rr][Ll]"
required = "publications"
required = "publication"

def collect_errors(self, **kwargs) -> List[str]:
"""
Expand Down

0 comments on commit ee0ebc7

Please sign in to comment.