Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonand committed Nov 12, 2024
1 parent 88a3abf commit a8e2eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<jwt_validators>

<single_key_validator>
<algo>hs256</algo>
<algo>HS256</algo>
<static_key>my_secret</static_key>
<static_key_in_base64>false</static_key_in_base64>
</single_key_validator>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_jwt_auth/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cluster = ClickHouseCluster(__file__)
instance = cluster.add_instance(
"instance",
main_configs=["configs/verify_static_key.xml"],
main_configs=["configs/validators.xml"],
user_configs=["configs/users.xml"],
with_minio=True,
# We actually don't need minio, but we need to run dummy resolver
Expand Down

0 comments on commit a8e2eb4

Please sign in to comment.