Skip to content

Commit

Permalink
Fix Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Nov 4, 2024
1 parent cb7765d commit 945f5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/oidcc/token_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ defmodule Oidcc.TokenTest do

%{
"clientId" => client_credentials_client_id,
"clientSecret" => client_credentials_client_secret,
"project" => project
"clientSecret" => client_credentials_client_secret
} =
:oidcc
|> Application.app_dir("priv/test/fixtures/zitadel-client-credentials.json")
Expand Down
3 changes: 1 addition & 2 deletions test/oidcc_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ defmodule OidccTest do

%{
"clientId" => client_credentials_client_id,
"clientSecret" => client_credentials_client_secret,
"project" => project
"clientSecret" => client_credentials_client_secret
} =
:oidcc
|> Application.app_dir("priv/test/fixtures/zitadel-client-credentials.json")
Expand Down

0 comments on commit 945f5bd

Please sign in to comment.