File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ def test_admin_for_discordmessages_sanity_check(admin_client):
34
34
assert dm .channel_name .encode () in response .content
35
35
36
36
37
- def test_admin_for_pretalx_data_sanity_check (admin_client ):
37
+ def test_admin_list_for_pretalx_data (admin_client ):
38
+ """Simple sanity check if the page loads correctly"""
38
39
url = "/admin/core/pretalxdata/"
39
40
pd = PretalxData .objects .create (
40
41
resource = PretalxData .PretalxResources .speakers ,
@@ -48,7 +49,9 @@ def test_admin_for_pretalx_data_sanity_check(admin_client):
48
49
assert str (pd .uuid ).encode () in response .content
49
50
assert pd .get_resource_display ().encode () in response .content
50
51
51
- def test_admin_for_pretalx_data_sanity_check (admin_client ):
52
+
53
+ def test_admin_change_for_pretalx_data (admin_client ):
54
+ """Simple sanity check if the page loads correctly"""
52
55
url = "/admin/core/pretalxdata/"
53
56
pd = PretalxData .objects .create (
54
57
resource = PretalxData .PretalxResources .speakers ,
You can’t perform that action at this time.
0 commit comments