Apply review comment

This commit is contained in:
Alexandre de Souza 2025-04-29 09:54:58 -03:00
parent b60bf8db7d
commit bd405e4b3c
No known key found for this signature in database
GPG key ID: E39228FFBA346545

View file

@ -152,7 +152,6 @@ defmodule Livebook.ZTA.LivebookTeamsTest do
app_deployment_id = to_string(app_deployment_id)
assert_receive {:app_deployment_started, %{id: ^app_deployment_id}}
Livebook.Apps.Manager.sync_permanent_apps()
Livebook.Apps.subscribe()
assert_receive {:app_created, %{pid: pid, slug: ^slug}}