Skip to content

Commit

Permalink
#217: Correct config test function call
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Apr 8, 2021
1 parent 6eedca5 commit 20e4b68
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 @@ -121,7 +121,7 @@ def test_valid_port(self, valid_config):

def test_invalid_port(self, invalid_config):
with pytest.raises(SystemExit):
invalid_config.get_icat_url()
invalid_config.get_port()


class TestGetTestUserCredentials:
Expand Down

0 comments on commit 20e4b68

Please sign in to comment.