Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Aug 19, 2024
1 parent 7ced092 commit 60f74ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pg/scheduler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
end
end

it "connects using without host but envirinment variables", :postgresql_12, :unix_socket do
it "connects with environment variables", :postgresql_12, :unix_socket do
run_with_scheduler do
vars = PG::Connection.conninfo_parse(@conninfo_gate).each_with_object({}){|h, o| o[h[:keyword].to_sym] = h[:val] if h[:val] }

Expand Down

0 comments on commit 60f74ff

Please sign in to comment.