Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: byhsu <[email protected]>
  • Loading branch information
ByronHsu committed May 16, 2023
1 parent 631513e commit 5c644a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/clients/auth/test_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_device_flow_authenticator(poll_mock: MagicMock, device_mock: MagicMock,
)
)
authn = DeviceCodeAuthenticator(
ENDPOINT, cfg_store, audience="x", http_proxy_url="http://my-proxy:9000", verfiy=False
ENDPOINT, cfg_store, audience="x", http_proxy_url="http://my-proxy:9000", verify=False
)

device_mock.return_value = DeviceCodeResponse("x", "y", "s", 1000, 0)
Expand Down

0 comments on commit 5c644a2

Please sign in to comment.