Skip to content

Commit c4a5013

Browse files
authored
update for JSON.parse! calling JSON.parse (#1544)
1 parent 391ae2d commit c4a5013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/json_spy_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module ElasticAPM
4848
end
4949
end
5050

51-
expect(@intercepted.spans.length).to be 1
51+
expect(@intercepted.spans.length).to be >= 1
5252
expect(@intercepted.spans.last.name).to eq 'JSON#parse!'
5353
end
5454

0 commit comments

Comments
 (0)