There was an error while loading. Please reload this page.
1 parent ed206de commit fefd552Copy full SHA for fefd552
1 file changed
test/support/integration/teams_tests.ex
@@ -27,6 +27,10 @@ defmodule Livebook.TeamsIntegrationHelper do
27
context = new_user_hub(node)
28
Hubs.save_hub(context.team)
29
30
+ ExUnit.Callbacks.on_exit(fn ->
31
+ Hubs.delete_hub(context.team.id)
32
+ end)
33
+
34
wait_until_client_start(context)
35
end
36
@@ -68,6 +72,10 @@ defmodule Livebook.TeamsIntegrationHelper do
68
72
context = new_agent_hub(node, opts)
69
73
70
74
75
76
77
78
71
79
wait_until_agent_start(context)
80
81
0 commit comments