]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/bundles.py
Fix django-1.6 incompatibilities
[patchwork] / apps / patchwork / tests / bundles.py
index 0032978e3eb69f3bf69fd9fd1f3b17778941341a..5e8b95ba92f7fafd3dcda2f04698b0c731133275 100644 (file)
@@ -238,6 +238,7 @@ class BundlePublicModifyTest(BundleTestBase):
                 password = self.other_user.username)
         response = self.client.get(bundle_url(self.bundle))
         self.assertNotContains(response, 'name="form" value="bundle"')
+        self.assertNotContains(response, 'Change order')
 
     def testBundleFormSubmission(self):
         oldname = 'oldbundlename'