Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
plantfansam committed Feb 15, 2024
1 parent 7bfc1e5 commit f16b5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
let(:port) { ENV.fetch('TEST_MYSQL_PORT', '3306').to_i }
let(:database) { ENV.fetch('TEST_MYSQL_DB', 'mysql') }
let(:username) { ENV.fetch('TEST_MYSQL_USER', 'root') }
let(:password) { ENV.fetch('TEST_MYSQL_PASSWORD', '') }
let(:password) { ENV.fetch('TEST_MYSQL_PASSWORD', 'root') }

before do
exporter.reset
Expand Down

0 comments on commit f16b5e2

Please sign in to comment.