File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def test_update_supernav(self):
121121
122122 update_supernav ()
123123
124- content = Box .objects .get (label = 'supernav-python-downloads' ).content
124+ content = Box .objects .get (label = 'supernav-python-downloads' ).content . rendered
125125 self .assertIn ('class="download-os-windows"' , content )
126126 self .assertNotIn ('pymanager-25.0.msix' , content )
127127 self .assertIn ('python3.10-windows.zip' , content )
@@ -140,7 +140,7 @@ def test_update_supernav(self):
140140
141141 update_supernav ()
142142
143- content = Box .objects .get (label = 'supernav-python-downloads' ).content
143+ content = Box .objects .get (label = 'supernav-python-downloads' ).content . rendered
144144 self .assertIn ('class="download-os-windows"' , content )
145145 self .assertIn ('pymanager-25.0.msix' , content )
146146 self .assertIn ('python3.10-windows.zip' , content )
You can’t perform that action at this time.
0 commit comments