Skip to content

Commit 8d471af

Browse files
committed
Add env type
1 parent 9e11a14 commit 8d471af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/worker/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8442,7 +8442,7 @@ async def run(self, name: str) -> str:
84428442
return f"Hello from child, {name}"
84438443

84448444

8445-
async def test_search_attribute_codec(client: Client):
8445+
async def test_search_attribute_codec(client: Client, env_type: str):
84468446
if env_type != "local":
84478447
pytest.skip("Only testing search attributes on local which disables cache")
84488448
await ensure_search_attributes_present(

0 commit comments

Comments
 (0)