We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00d8f8 commit 1bf23d1Copy full SHA for 1bf23d1
algolia/suggestions/configuration.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
// Configuration contains all the different parameters one can change to
11
-// instantiate a new client for the Analytics API.
+// instantiate a new client for the Query Suggestions API.
12
type Configuration struct {
13
AppID string
14
APIKey string
cts/suggestions/config_test.go
@@ -76,7 +76,7 @@ func TestConfig(t *testing.T) {
76
require.Equal(t, &indexConfig, got[0])
77
})
78
79
- t.Run("Delete the AB test", func(t *testing.T) {
+ t.Run("Delete the query suggestion config", func(t *testing.T) {
80
err := querySuggestionsClient.DeleteConfig(indexName)
81
require.NoError(t, err)
82
0 commit comments