modify template-tests to ignore hint

This commit is contained in:
Thor77 2015-09-04 22:07:45 +02:00
parent be6d080c21
commit 654ac87286
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ class TestTemplate:
soup = BeautifulSoup(open(output_path), 'html.parser')
# check onlinetime-data
assert _format_seconds(clients['1'].onlinetime) == \
soup.find('span').text
soup.find('span', class_='badge').text