- Notifications
You must be signed in to change notification settings - Fork90
Closed
Description
The following changed96eb5c introduces a breaking change by changing the type of metadata from a list to a tuple resulting in users to not be able to modify the metadata via an interceptor.
The following showcasetests in the generator break, since the interceptor can no longer modify the metadata (or assign it a new value) via this function:
def_add_metadata(self,client_call_details):ifclient_call_details.metadataisnotNone:client_call_details.metadata.append((self._key,self._value))