Skip to content

Commit 78504dc

Browse files
committed
Update test
1 parent c1fe74f commit 78504dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/AppTests/GitlabBuilderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extension AllTests.GitlabBuilderTests {
133133
$0.environment.gitlabApiToken = { "api token" }
134134
$0.httpClient.get = { @Sendable url, _ in
135135
#expect(
136-
url == "https://gitlab.com/api/v4/projects/19564054/pipelines?status=pending&page=\(page.value)&per_page=20"
136+
url == "https://gitlab.com/api/v4/projects/19564054/jobs?scope=pending&page=\(page.value)&per_page=20"
137137
)
138138
let pending = #"{"id": 1, "status": "pending"}"#
139139
defer { page.increment() }

0 commit comments

Comments
 (0)