aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_processsubteamupdated.py
diff options
context:
space:
mode:
Diffstat (limited to '_pytest/test_processsubteamupdated.py')
-rw-r--r--_pytest/test_processsubteamupdated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_processsubteamupdated.py b/_pytest/test_processsubteamupdated.py
index 0a98aaa..94c6054 100644
--- a/_pytest/test_processsubteamupdated.py
+++ b/_pytest/test_processsubteamupdated.py
@@ -13,6 +13,6 @@ def test_process_subteam_self_updated(realish_eventrouter, team):
realish_eventrouter.handle_next()
subteam = team.subteams['TGX0ALBK3']
- assert data['subteam']['handle'] == subteam.handle
+ assert '@{}'.format(data['subteam']['handle']) == subteam.handle
assert data['subteam']['description'] == subteam.description
assert data['subteam']['name'] == subteam.name