Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener committed Jan 12, 2022
1 parent 5ba0e68 commit 4ea4acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/admin/test_show_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_show_hosts(self):
re.compile(r'\d+'),
re.compile(r'No valid partition|(\S+:\d+, )*\S+:\d+'),
re.compile(r'No valid partition|(\S+:\d+, )*\S+:\d+'),
re.compile(r'\S+')]]
re.compile(r'(^$)|(v\d\.\d\.\d)')]]
resp = self.execute(query)
self.check_resp_succeeded(resp)
self.check_column_names(resp, expected_column_names)
Expand Down

0 comments on commit 4ea4acc

Please sign in to comment.