Skip to content
Snippets Groups Projects
Commit 6ebde6c5 authored by Samuel GAIST's avatar Samuel GAIST Committed by Samuel GAIST
Browse files

[toolchains][test] Update declaration error check

parent b92b2245
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !327. Comments created here will be created in the context of that merge request.
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment