File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pydis_site/apps/api/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def test_running_out_of_names_with_random_parameter(self):
112
112
113
113
def test_returns_inactive_ot_names (self ):
114
114
"""Return inactive off topic names."""
115
- url = reverse ('bot:offtopicchannelname-list' )
115
+ url = reverse ('api: bot:offtopicchannelname-list' )
116
116
response = self .client .get (f"{ url } ?active=false" )
117
117
118
118
self .assertEqual (response .status_code , 200 )
@@ -123,7 +123,7 @@ def test_returns_inactive_ot_names(self):
123
123
124
124
def test_returns_active_ot_names (self ):
125
125
"""Return active off topic names."""
126
- url = reverse ('bot:offtopicchannelname-list' )
126
+ url = reverse ('api: bot:offtopicchannelname-list' )
127
127
response = self .client .get (f"{ url } ?active=true" )
128
128
129
129
self .assertEqual (response .status_code , 200 )
You can’t perform that action at this time.
0 commit comments