We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a049d6 commit 92ff1e5Copy full SHA for 92ff1e5
2 files changed
plugins/exercism/api_key.go
@@ -32,7 +32,7 @@ func APIKey() schema.CredentialType {
32
Charset: schema.Charset{
33
Lowercase: true,
34
Digits: true,
35
- Specific: []rune{'-'},
+ Specific: []rune{'-'},
36
},
37
38
plugins/exercism/api_key_test.go
@@ -38,7 +38,7 @@ func TestAPIKeyImporter(t *testing.T) {
{
39
Fields: map[sdk.FieldName]string{
40
fieldname.URL: "https://api.exercism.org/v1",
41
- fieldname.APIKey: "v1o2p80wuf2qhnurrvf8rigro6sp38example",
+ fieldname.APIKey: "1ge7a536-9d1c-4a26-9ww3-3d423example",
42
sdk.FieldName("Directory"): "/Users/username/exercism",
43
44
0 commit comments