Skip to content

Commit 51ce412

Browse files
authored
Merge pull request rails#51135 from yahonda/allow_ubuntu_default-mysql-client
Address `ApplicationTests::FrameworksTest` failure on Ubuntu 22.04
2 parents 554e71a + 22bcead commit 51ce412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/test/application/initializers/frameworks_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def show
282282
end
283283
end
284284

285-
assert_match(/Failed to validate the schema cache because of ActiveRecord::ConnectionNotEstablished/, error)
285+
assert_match(/Failed to validate the schema cache because of ActiveRecord::(ConnectionNotEstablished|DatabaseConnectionError)/, error)
286286
end
287287
end
288288
end

0 commit comments

Comments
 (0)