Skip to content

Commit

Permalink
realm management api 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 08793ef commit f9c6191
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ defmodule Astarte.RealmManagement.APIWeb.DeviceControllerTest do
@other_device_id :crypto.strong_rand_bytes(16) |> Base.url_encode64(padding: false)

setup %{conn: conn} do
Mock.DB.put_jwt_public_key_pem(@realm, JWTTestHelper.public_key_pem())
Mock.DB.create_device(@realm, @device_id)
token = JWTTestHelper.gen_jwt_all_access_token()

Expand Down

0 comments on commit f9c6191

Please sign in to comment.