Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timdiggins committed Nov 9, 2024
1 parent 4628014 commit 58d8ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/databases.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def connect_to_mysql
ActiveRecord::Base.establish_connection(
adapter: "mysql2",
host: ENV.fetch('DB_HOST', 'localhost'),
username: ENV.fetch("MYSQL_USERNAME", "active_record_union"),
username: ENV.fetch("MYSQL_USER", "active_record_union"),
password: ENV.fetch("MYSQL_PASSWORD", "active_record_union"),
database: ENV.fetch("MYSQL_DB", "test_active_record_union")
)
Expand Down

0 comments on commit 58d8ce5

Please sign in to comment.