Chore: Deprecate ID in GetFolderQuery (#77647)
This commit is contained in:
@@ -431,7 +431,7 @@ func TestIntegrationGet(t *testing.T) {
|
||||
|
||||
t.Run("get folder by title should succeed", func(t *testing.T) {
|
||||
ff, err := folderStore.Get(context.Background(), folder.GetFolderQuery{
|
||||
ID: &f.ID,
|
||||
ID: &f.ID, // nolint:staticcheck
|
||||
})
|
||||
require.NoError(t, err)
|
||||
assert.Equal(t, f.ID, ff.ID)
|
||||
|
||||
Reference in New Issue
Block a user