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 0e9d819 commit 234fb2bCopy full SHA for 234fb2b
plugins/huggingface/user_access_token_test.go
@@ -38,7 +38,7 @@ func TestAPITokenImporter(t *testing.T) {
38
ExpectedCandidates: []sdk.ImportCandidate{
39
{
40
Fields: map[sdk.FieldName]string{
41
- fieldname.UserAccessToken: "hf_yVvZeburdKtnwkVCWPXimmNwaFuEXAMPLE",
+ fieldname.UserAccessToken: "hf_yVvZeburdKtnwkVCWPXimmNwaFuEXAMPLE\n",
42
},
43
44
sdk/schema/fieldname/names.go
@@ -5,7 +5,7 @@ import "github.com/1Password/shell-plugins/sdk"
5
// Credential field names.
6
const (
7
APIHost = sdk.FieldName("API Host")
8
- APIUrl = sdk.FieldName("API URL")
+ APIUrl = sdk.FieldName("API URL")
9
APIKey = sdk.FieldName("API Key")
10
APIKeyID = sdk.FieldName("API Key ID")
11
APISecret = sdk.FieldName("API Secret")
0 commit comments