Skip to content

Commit

Permalink
Update ExecutionSpec.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
avelasquezr committed Mar 13, 2024
1 parent a5af02e commit 411654e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class ExecutionSpec extends BaseContainer {
String projectNameSuffix = "project-api-forecast"
ProjectUtils.createProjectsWithJobsScheduled(projectNameSuffix, 4, 2, client)
and:
hold 10
assert ProjectUtils.projectCountExecutions("*", 1, client)
when:
def response1 = doGet("/project/*/executions/running?includePostponed=true")
def response2 = doGet("/project/${projectNameSuffix}-1/executions/running?includePostponed=true")
Expand Down

0 comments on commit 411654e

Please sign in to comment.