Skip to content

Commit 84348b7

Browse files
committed
Update assertion
1 parent 3272819 commit 84348b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/graphql/tracing/detailed_trace/active_record_backend_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def new_backend(**kwargs)
1212
class DummyModel
1313
def self.find_by(id:)
1414
OpenStruct.new(
15-
trace_data: Base64.encode64("DummyModel##{id}")
15+
trace_data: "DummyModel##{id}"
1616
)
1717
end
1818
end

0 commit comments

Comments
 (0)