Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrollus committed Jul 12, 2021
1 parent 94b8324 commit fe96215
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ class ProjectSecurityTests extends SecurityTestsAbstract {
assert 200 == result.code
assert 200 == JobAPI.delete(result.data.id, adminUsername, password).code

result = SoftwareProjectAPI.create(BasicInstanceBuilder.getSoftwareProjectNotExist(software, project, false).encodeAsJSON(),adminUsername, password)
result = SoftwareProjectAPI.create(BasicInstanceBuilder.getSoftwareProjectNotExist(BasicInstanceBuilder.getSoftwareNotExist(true), project, false).encodeAsJSON(),adminUsername, password)
assert 200 == result.code
assert 200 == SoftwareProjectAPI.delete(result.data.id, adminUsername, password).code

Expand Down

0 comments on commit fe96215

Please sign in to comment.