Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/contracts/consumer/fixtures/project/pipelines/get_list_project_pipelines.fixture.js')
-rw-r--r--spec/contracts/consumer/fixtures/project/pipelines/get_list_project_pipelines.fixture.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/contracts/consumer/fixtures/project/pipelines/get_list_project_pipelines.fixture.js b/spec/contracts/consumer/fixtures/project/pipelines/get_list_project_pipelines.fixture.js
index a982e927572..e9e820fda9a 100644
--- a/spec/contracts/consumer/fixtures/project/pipelines/get_list_project_pipelines.fixture.js
+++ b/spec/contracts/consumer/fixtures/project/pipelines/get_list_project_pipelines.fixture.js
@@ -68,7 +68,7 @@ const body = {
}),
text: Matchers.term({
matcher: PIPELINE_TEXTS,
- generate: 'running',
+ generate: 'Running',
}),
label: Matchers.term({
matcher: PIPELINE_LABELS,
@@ -103,7 +103,7 @@ const body = {
}),
text: Matchers.term({
matcher: PIPELINE_TEXTS,
- generate: 'passed',
+ generate: 'Passed',
}),
label: Matchers.term({
matcher: PIPELINE_LABELS,