Skip to content

Commit

Permalink
Fix test #94
Browse files Browse the repository at this point in the history
  • Loading branch information
x-ji committed Oct 21, 2020
1 parent 9fbfa74 commit 19fe49d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ config :magpie, :sql_sandbox, true
# Print only warnings and errors during test
config :logger, level: :warn

# Need to test it in the test environment.
config :magpie,
:no_basic_auth,
false

# Used for basic_auth
config :magpie, :authentication,
username: "default",
Expand Down

0 comments on commit 19fe49d

Please sign in to comment.