Skip to content

Commit 39c7d9b

Browse files
authored
Fix query_logs_test.rb
1 parent 63091d6 commit 39c7d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/query_logs_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def test_sqlcommenter_format_allows_string_keys
241241
},
242242
]
243243

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

0 commit comments

Comments
 (0)