fix(GODT-2437): Fix test + bump Gluon with silenced report.

This commit is contained in:
Romain LE JEUNE
2023-05-25 09:12:15 +02:00
parent e343d1f1af
commit 262c4c5d95
4 changed files with 3 additions and 11 deletions

View File

@ -76,8 +76,6 @@ func TestBridge_User_RefreshEvent(t *testing.T) {
withBridge(ctx, t, s.GetHostURL(), netCtl, locator, storeKey, func(bridge *bridge.Bridge, mocks *bridge.Mocks) {
syncCh, closeCh := chToType[events.Event, events.SyncFinished](bridge.GetEvents(events.SyncFinished{}))
mocks.Reporter.EXPECT().ReportMessageWithContext(gomock.Any(), gomock.Any()).MinTimes(1)
require.Equal(t, userID, (<-syncCh).UserID)
closeCh()