Skip to content

Commit aa261f4

Browse files
committed
Fix Ruby 3.3 warning for ostruct removal
1 parent 99a0138 commit aa261f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/datadog/core/environment/execution_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
f.close
7272

7373
out, = Open3.capture2e('pry', '-f', '--noprompt', f.path)
74-
expect(out).to eq('ACTUAL:true')
74+
expect(out).to include('ACTUAL:true')
7575
end
7676
end
7777
end

0 commit comments

Comments
 (0)