Commit 7aa93098 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'acunskis-fix-rake' into 'master'

E2E: Reliable spec report fixes

See merge request gitlab-org/gitlab!81123
parents 01db1450 a9b737ed
# frozen_string_literal: true
require "active_support/core_ext/module/delegation"
module QA
module Support
# Common tools for use with influxdb metrics setup
......
......@@ -56,7 +56,7 @@ module QA
{
title: "Reliable e2e test report",
description: report_issue_body,
labels: "Quality,test,type::maintenance,reliable test report,automation:devops-mapping-disable"
labels: "Quality,test,type::maintenance,reliable test report,automation:ml"
},
headers: { "PRIVATE-TOKEN" => gitlab_access_token }
)
......
......@@ -167,7 +167,7 @@ describe QA::Tools::ReliableReport do
payload: {
title: "Reliable e2e test report",
description: issue_body,
labels: "Quality,test,type::maintenance,reliable test report,automation:devops-mapping-disable"
labels: "Quality,test,type::maintenance,reliable test report,automation:ml"
}
)
expect(slack_notifier).to have_received(:post).with(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment