mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Remove unnecessary async false
This commit is contained in:
parent
a3b3cc7b24
commit
4d554e797b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue