Skip to content

Commit

Permalink
More configuration in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 6, 2024
1 parent 52d886c commit 1f84116
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/integration_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule IntegrationTest do
use ExUnit.Case, async: true
use ExUnit.Case
@moduletag :integration

@create_table """
Expand Down Expand Up @@ -349,10 +349,8 @@ defmodule IntegrationTest do
end
end

on_exit(fn ->
Application.stop(:aws_credentials)
Application.start(:aws_credentials)
end)
Application.stop(:aws_credentials)
Application.start(:aws_credentials)

:ok
end
Expand Down

0 comments on commit 1f84116

Please sign in to comment.