diff --git a/botcpdf/tests/test_external_json.py b/botcpdf/tests/test_external_json.py index 9cc55056..eff7a56c 100644 --- a/botcpdf/tests/test_external_json.py +++ b/botcpdf/tests/test_external_json.py @@ -1,7 +1,6 @@ """Tests to make sure that the external JSON data we use is processed correctly.""" - import json from botcpdf.roledata import RoleData @@ -31,7 +30,7 @@ def test_top_level_keys(self): "character_by_id", "editions", "jinxes", - "role_list", + "roles", "teams", ] )