remote tests are functional!

This commit is contained in:
Ashwin Bharambe 2024-11-12 19:17:58 -08:00
parent 8b7be87bec
commit 0121114a5d
5 changed files with 93 additions and 89 deletions

View file

@ -35,8 +35,8 @@ def remote_stack_fixture() -> ProviderFixture:
return ProviderFixture(
providers=[
Provider(
provider_id="remote",
provider_type="remote",
provider_id="test::remote",
provider_type="test::remote",
config=config.model_dump(),
)
],