Skip to content

Commit

Permalink
test: correct test data
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Bozhinov <45173816+VKTB@users.noreply.github.com>
  • Loading branch information
MRichards99 and VKTB authored Nov 24, 2021
1 parent 36b42c0 commit f4339f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_valid_extension_validation(self, input_extension, expected_extension):
[
pytest.param("datagateway-api", id="DataGateway API with no leading slash"),
pytest.param("search-api", id="Search API with no leading slash"),
pytest.param("my-extension/", id="Extension with trailing slash"),
pytest.param("/my-extension/", id="Extension with trailing slash"),
],
)
def test_invalid_extension_validation(self, input_extension):
Expand Down

0 comments on commit f4339f2

Please sign in to comment.