Skip to content

Commit

Permalink
Fix query_logs_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan committed Apr 11, 2024
1 parent 63091d6 commit 39c7d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/query_logs_test.rb
Expand Up @@ -241,7 +241,7 @@ def test_sqlcommenter_format_allows_string_keys
},
]

assert_queries_match(%r{custom_proc='Joe%27s%20Shack',tracestate='congo%3Dt61rcWkgMzE%2Crojo%3D00f067aa0ba902b7',string='value'\*/}) do
assert_queries_match(%r{custom_proc='Joe%27s%20Shack',string='value',tracestate='congo%3Dt61rcWkgMzE%2Crojo%3D00f067aa0ba902b7'\*/}) do
Dashboard.first
end
end
Expand Down

0 comments on commit 39c7d9b

Please sign in to comment.