Skip to content
Snippets Groups Projects

Refactor update creation api

Merged Samuel GAIST requested to merge refactor_update_creation_api into master
All threads resolved!
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -853,9 +853,7 @@ class ToolchainCreation(ToolchainsAPIBase):
)
content = self.checkResponse(response, 400, content_type="application/json")
self.assertNotEqual(
content.find("The toolchain declaration is **invalid**"), -1
)
self.assertTrue("declaration" in content)
def test_no_forking_for_anonymous_user(self):
response = self.client.post(
Loading