8000 Oops I broke the build · pythonanywhere/pythondotorg@4baee77 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4baee77

Browse files
committed
Oops I broke the build
1 parent 5abe268 commit 4baee77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

downloads/tests/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ def setUp(self):
1919
self.download_homepage_box.content.markup_type = 'html'
2020
self.download_homepage_box.save()
2121

22+
self.download_sources_box = Box.objects.create(label='download-sources')
23+
2224
self.windows = OS.objects.create(name='Windows')
2325
self.osx = OS.objects.create(name='Mac OSX')
2426
self.linux = OS.objects.create(name='Linux')

0 commit comments

Comments
 (0)
0