Skip to content

Commit

Permalink
Update test_pwd_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johng42 authored Apr 4, 2019
1 parent 8f5eea4 commit 58c7d7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tabpy-server/server_tests/test_pwd_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ def test_given_duplicate_usernames_expect_parsing_fails(self):
self.assertEqual('Failed to read password file {}'.format(
self.pwd_file.name), ex.args[0])


def test_given_one_line_with_too_many_params_in_pwd_file_expect_app_fails(self):
def test_given_one_line_with_too_many_params_expect_app_fails(self):
self._set_file(self.config_file.name,
"[TabPy]\n"
"TABPY_PWD_FILE = {}".format(self.pwd_file.name))
Expand Down

0 comments on commit 58c7d7a

Please sign in to comment.