Skip to content

Commit

Permalink
Merge pull request #54 from oortlieb/oortlieb/expose_socket_options_t…
Browse files Browse the repository at this point in the history
…est_fix

Fix config tests
  • Loading branch information
cpursley committed Apr 10, 2024
2 parents d0c578b + 85891a1 commit 6537a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/walex/config/config_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ defmodule WalEx.ConfigTest do
database: @database,
ssl: false,
ssl_opts: [verify: :verify_none],
socket_options: [],
subscriptions: ["subscriptions"],
publication: "publication",
destinations: [modules: [MyApp.CustomModule]],
Expand Down

0 comments on commit 6537a14

Please sign in to comment.