@@ -167,7 +167,7 @@ def test_from_api_repr_explicit(self):
167167 'topic' : self .TOPIC_ALT_REF ,
168168 'custom_attributes' : self .CUSTOM_ATTRIBUTES ,
169169 'event_types' : self .event_types (),
170- 'blob_name_prefix ' : self .BLOB_NAME_PREFIX ,
170+ 'object_name_prefix ' : self .BLOB_NAME_PREFIX ,
171171 'payload_format' : self .payload_format (),
172172 'id' : self .NOTIFICATION_ID ,
173173 'etag' : self .ETAG ,
@@ -288,7 +288,7 @@ def test_create_w_explicit_client(self):
288288 'topic' : self .TOPIC_ALT_REF ,
289289 'custom_attributes' : self .CUSTOM_ATTRIBUTES ,
290290 'event_types' : self .event_types (),
291- 'blob_name_prefix ' : self .BLOB_NAME_PREFIX ,
291+ 'object_name_prefix ' : self .BLOB_NAME_PREFIX ,
292292 'payload_format' : self .payload_format (),
293293 'id' : self .NOTIFICATION_ID ,
294294 'etag' : self .ETAG ,
@@ -311,7 +311,7 @@ def test_create_w_explicit_client(self):
311311 'topic' : self .TOPIC_ALT_REF ,
312312 'custom_attributes' : self .CUSTOM_ATTRIBUTES ,
313313 'event_types' : self .event_types (),
314- 'blob_name_prefix ' : self .BLOB_NAME_PREFIX ,
314+ 'object_name_prefix ' : self .BLOB_NAME_PREFIX ,
315315 'payload_format' : self .payload_format (),
316316 }
317317 api_request .assert_called_once_with (
0 commit comments