File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
readthedocs/proxito/tests Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -233,13 +233,6 @@ def setUp(self):
233
233
privacy_level = PUBLIC ,
234
234
urlconf = 'subpath/$subproject/$version/$language/$filename' # Flipped
235
235
)
236
- self .testing_version = get (
237
- Version ,
238
- slug = 'testing' ,
239
- project = self .pip ,
240
- built = True ,
241
- active = True ,
242
- )
243
236
self .pip .versions .update (privacy_level = PUBLIC )
244
237
self .subproject = get (
245
238
Project ,
@@ -249,6 +242,13 @@ def setUp(self):
249
242
privacy_level = PUBLIC ,
250
243
main_language_project = None ,
251
244
)
245
+ self .testing_version = get (
246
+ Version ,
247
+ slug = 'testing' ,
248
+ project = self .subproject ,
249
+ built = True ,
250
+ active = True ,
251
+ )
252
252
self .subproject .versions .update (privacy_level = PUBLIC )
253
253
self .relationship = get (
254
254
ProjectRelationship ,
You can’t perform that action at this time.
0 commit comments