Skip to content

Commit

Permalink
WIP address DUP test flakiness
Browse files Browse the repository at this point in the history
Signed-off-by: Eddy Babetto <[email protected]>
  • Loading branch information
eddbbt committed Dec 4, 2024
1 parent c5e192c commit 23c56e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule Astarte.DataUpdaterPlant.DataUpdaterTest do
@encoded_generic_ok_reply %Reply{reply: {:generic_ok_reply, %GenericOkReply{}}}
|> Reply.encode()

setup_all do
setup do
{:ok, _client} = Astarte.DataUpdaterPlant.DatabaseTestHelper.create_test_keyspace()
{:ok, _pid} = Mississippi.Producer.start_link(mississippi_producer_opts!())
{:ok, _pid} = AMQPTestHelper.start_link()
Expand Down

0 comments on commit 23c56e6

Please sign in to comment.