Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Sep 5, 2023
1 parent ba4bbba commit 99b2e08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/datadog/ci/ext/environment/providers/azure_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@

let(:expected_tags) do
hash = super()
hash.merge!({
"_dd.ci.env_vars" => "{\"SYSTEM_TEAMPROJECTID\":\"azure-pipelines-project-id\",\"BUILD_BUILDID\":null,\"SYSTEM_JOBID\":\"azure-pipelines-job-id\"}"
})
hash["_dd.ci.env_vars"] = "{\"SYSTEM_TEAMPROJECTID\":\"azure-pipelines-project-id\",\"BUILD_BUILDID\":null,\"SYSTEM_JOBID\":\"azure-pipelines-job-id\"}"
["ci.pipeline.id", "ci.pipeline.number", "ci.pipeline.url", "ci.job.url"].each do |key|
hash.delete(key)
end
Expand Down

0 comments on commit 99b2e08

Please sign in to comment.