Skip to content

Commit

Permalink
Fix assertion value for env
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Aug 16, 2023
1 parent e3dc4dc commit aaea975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/tracing/correlation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
expect(identifier.to_h).to eq(
{
dd: {
env: 'default_env',
env: 'default-env',
service: 'default-service',
version: 'default-version',
trace_id: '0',
Expand Down

0 comments on commit aaea975

Please sign in to comment.