We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfe0b1 commit 2c57c21Copy full SHA for 2c57c21
1 file changed
downloads/tests/test_models.py
@@ -121,7 +121,7 @@ def test_update_supernav(self):
121
122
update_supernav()
123
124
- content = Box.get(label='download-sources').content
+ content = Box.objects.get(label='download-sources').content
125
self.assertIn('class="download-os-windows"', content)
126
self.assertNotIn('pymanager-25.0.msix', content)
127
self.assertIn('python3.10-windows.zip', content)
@@ -140,7 +140,7 @@ def test_update_supernav(self):
140
141
142
143
144
145
self.assertIn('pymanager-25.0.msix', content)
146
0 commit comments