diff options
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/config.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testdata/config.go b/testdata/config.go index ca856a8..8b38fa6 100644 --- a/testdata/config.go +++ b/testdata/config.go @@ -18,8 +18,7 @@ var AuthConfig = []byte(`{ "oauth_callback_url": "https://sshca.example.com/auth/callback", "provider_opts": { "domain": "example.com" - }, - "jwt_signing_key": "supersecret" + } } }`) |