We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fe74f commit 78504dcCopy full SHA for 78504dc
1 file changed
Tests/AppTests/GitlabBuilderTests.swift
@@ -133,7 +133,7 @@ extension AllTests.GitlabBuilderTests {
133
$0.environment.gitlabApiToken = { "api token" }
134
$0.httpClient.get = { @Sendable url, _ in
135
#expect(
136
- url == "https://gitlab.com/api/v4/projects/19564054/pipelines?status=pending&page=\(page.value)&per_page=20"
+ url == "https://gitlab.com/api/v4/projects/19564054/jobs?scope=pending&page=\(page.value)&per_page=20"
137
)
138
let pending = #"{"id": 1, "status": "pending"}"#
139
defer { page.increment() }
0 commit comments