From 2cdcdd1e5bb4cfe353676d46b38568590ae40c39 Mon Sep 17 00:00:00 2001
From: Thor77 <thor77@thor77.org>
Date: Wed, 23 Nov 2016 21:06:11 +0100
Subject: [PATCH] Use new, sid-prefixed section-id

---
 tsstats/tests/test_template.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsstats/tests/test_template.py b/tsstats/tests/test_template.py
index cdbd83d..2c5fe13 100644
--- a/tsstats/tests/test_template.py
+++ b/tsstats/tests/test_template.py
@@ -46,7 +46,7 @@ def test_debug(output):
 
 def test_onlinetime(soup):
     # move this into a (parameterized) fixture or function
-    items = soup.find('ul', id='onlinetime').find_all('li')
+    items = soup.find('ul', id='1.onlinetime').find_all('li')
     nick_data = {}
     for item in items:
         nick, data = item.find_all('span')