Other: Bump gluon version to drop non-UTF-8 commands

This commit is contained in:
James Houlahan
2022-11-29 16:02:48 +01:00
parent e71e56f7fe
commit 0827d81617
3 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ func TestBridge_Report(t *testing.T) {
// Sending garbage to the IMAP port should cause the bridge to report it.
mocks.Reporter.EXPECT().ReportMessageWithContext(
gomock.Eq("Failed to parse imap command"),
gomock.Eq("Failed to parse IMAP command"),
gomock.Any(),
).Return(nil)