From 4d554e797b451ee6fdd5e54474e5119c338d1b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Wed, 22 Jan 2025 16:16:42 +0700 Subject: [PATCH] Remove unnecessary async false --- test/livebook_teams/zta/livebook_teams_test.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/livebook_teams/zta/livebook_teams_test.exs b/test/livebook_teams/zta/livebook_teams_test.exs index e0da77f24..827d98db1 100644 --- a/test/livebook_teams/zta/livebook_teams_test.exs +++ b/test/livebook_teams/zta/livebook_teams_test.exs @@ -1,6 +1,5 @@ defmodule Livebook.ZTA.LivebookTeamsTest do - # Not async, because we alter global config (teams auth) - use Livebook.TeamsIntegrationCase, async: false + use Livebook.TeamsIntegrationCase, async: true alias Livebook.ZTA.LivebookTeams