Skip to content

Commit

Permalink
fix(lint): Conform code to linter
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Roszell <[email protected]>
  • Loading branch information
m8rmclaren committed Jul 17, 2024
1 parent 718f947 commit 678a396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions path_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ func TestConfig(t *testing.T) {

t.Run("Test Configuration OAuth", func(t *testing.T) {
const (
tokenURL = "https://dev.idp.com/oauth/token"
clientID = "fi3ElQUVoBBHyRNt4mpUxG9WY65AOCcJ"
clientSecret = "UenqbXbqPPlmfettbsu7erbqzrvwomrnvuR"
tokenURL = "1a2b3c"
clientID = "abc123"
clientSecret = "123bca"
scopes = "read:certificates,write:certificates"
audience = "https://ejbca.example.com"
)
Expand Down

0 comments on commit 678a396

Please sign in to comment.