File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8422,8 +8422,6 @@ def decrypt(self, data: bytes) -> bytes:
84228422
84238423@workflow .defn
84248424class SearchAttributeCodecParentWorkflow :
8425- text_attribute = SearchAttributeKey .for_text (f"text_sa" )
8426-
84278425 @workflow .run
84288426 async def run (self , name : str ) -> str :
84298427 print (
@@ -8447,7 +8445,7 @@ async def run(self, name: str) -> str:
84478445async def test_search_attribute_codec (client : Client ):
84488446 await ensure_search_attributes_present (
84498447 client ,
8450- SearchAttributeCodecParentWorkflow .text_attribute ,
8448+ SearchAttributeWorkflow .text_attribute ,
84518449 )
84528450
84538451 config = client .config ()
@@ -8471,7 +8469,7 @@ async def test_search_attribute_codec(client: Client):
84718469 search_attributes = TypedSearchAttributes (
84728470 [
84738471 SearchAttributePair (
8474- SearchAttributeCodecParentWorkflow .text_attribute , "test_text"
8472+ SearchAttributeWorkflow .text_attribute , "test_text"
84758473 )
84768474 ]
84778475 ),
You can’t perform that action at this time.
0 commit comments