Skip to content

Commit

Permalink
Remove unused module attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Oct 20, 2024
1 parent 19fb2fd commit 7bb900d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/oidcc/token_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ defmodule Oidcc.TokenTest do

@client_credentials_client_id client_credentials_client_id
@client_credentials_client_secret client_credentials_client_secret
@project project

@jwt_profile :oidcc
|> Application.app_dir("priv/test/fixtures/zitadel-jwt-profile.json")
Expand Down
1 change: 0 additions & 1 deletion test/oidcc_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ defmodule OidccTest do

@client_credentials_client_id client_credentials_client_id
@client_credentials_client_secret client_credentials_client_secret
@project project

@jwt_profile :oidcc
|> Application.app_dir("priv/test/fixtures/zitadel-jwt-profile.json")
Expand Down

0 comments on commit 7bb900d

Please sign in to comment.