Fix file system failures when running Teams integration tests (#2864)

This commit is contained in:
Jonatan Kłosko 2024-11-20 03:50:38 +01:00 committed by GitHub
parent 651d037194
commit 4eaf442a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,8 +72,8 @@ defmodule Livebook.Hubs do
@spec save_hub(Provider.t()) :: Provider.t()
def save_hub(struct) do
attributes = Provider.dump(struct)
:ok = Storage.insert(@namespace, struct.id, Map.to_list(attributes))
:ok = connect_hub(struct)
:ok = Storage.insert(@namespace, struct.id, Map.to_list(attributes))
:ok = Broadcasts.hub_changed(struct.id)
struct