chore(cloud): verify integration change
This commit is contained in:
@@ -153,12 +153,15 @@ def test_client_applies_bearer_token_to_every_public_method(tmp_path) -> None:
|
||||
assert client.list_devices() == []
|
||||
assert client.list_hosts() == []
|
||||
assert client.list_plugins() == []
|
||||
assert client.register_plugin(
|
||||
name="authenticated-plugin",
|
||||
version="1.0.0",
|
||||
entry_point_kind="tool",
|
||||
target="cloud.store:CloudStore",
|
||||
)["name"] == "authenticated-plugin"
|
||||
assert (
|
||||
client.register_plugin(
|
||||
name="authenticated-plugin",
|
||||
version="1.0.0",
|
||||
entry_point_kind="tool",
|
||||
target="cloud.store:CloudStore",
|
||||
)["name"]
|
||||
== "authenticated-plugin"
|
||||
)
|
||||
|
||||
|
||||
def test_client_raises_typed_authorization_error_without_exposing_token(
|
||||
|
||||
Reference in New Issue
Block a user