Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Mar 28, 2023
1 parent 1a90c2d commit 2932f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/clients/auth/test_token_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_get_basic_authorization_header():
header = get_basic_authorization_header("client_id", "abc")
assert header == "Basic Y2xpZW50X2lkOmFiYw=="

header = get_basic_authorization_header("client_id", "abc%%$?\\/\/")
header = get_basic_authorization_header("client_id", "abc%%$?\\/\\/")
assert header == "Basic Y2xpZW50X2lkOmFiYyUyNSUyNSUyNCUzRiU1QyUyRiU1QyUyRg=="


Expand Down

0 comments on commit 2932f03

Please sign in to comment.