refactor(cli): clean up chat share remove tests

This commit is contained in:
Danielle Maywood
2026-05-29 10:28:41 +00:00
parent 754e122564
commit 6c33ef2799
+1 -1
View File
@@ -39,7 +39,7 @@ func TestExpChatShareRemove(t *testing.T) {
require.NoError(t, err)
inv, root := clitest.New(t, "exp", "chat", "share", "remove", chat.ID.String(), "--user", sharedUser.Username)
clitest.SetupConfig(t, client, root) //nolint:gocritic // Chat ACL updates require the chat owner to fetch and modify the chat.
clitest.SetupConfig(t, client, root) //nolint:gocritic // Chat ACL operations require the chat owner in this fixture.
out := new(bytes.Buffer)
inv.Stdout = out