Skip to content

Commit 678a396

Browse files
committed
fix(lint): Conform code to linter
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
1 parent 718f947 commit 678a396

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

path_config_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ func TestConfig(t *testing.T) {
8888

8989
t.Run("Test Configuration OAuth", func(t *testing.T) {
9090
const (
91-
tokenURL = "https://dev.idp.com/oauth/token"
92-
clientID = "fi3ElQUVoBBHyRNt4mpUxG9WY65AOCcJ"
93-
clientSecret = "UenqbXbqPPlmfettbsu7erbqzrvwomrnvuR"
91+
tokenURL = "1a2b3c"
92+
clientID = "abc123"
93+
clientSecret = "123bca"
9494
scopes = "read:certificates,write:certificates"
9595
audience = "https://ejbca.example.com"
9696
)

0 commit comments

Comments
 (0)