Skip to content

Commit a5723d2

Browse files
author
Dani Reinón
committed
chore: fix status_code casing
1 parent 76922a7 commit a5723d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def finalizer():
5252
except StorageException as e:
5353
# Ignore 404 responses since they mean the bucket was already deleted
5454
response = e.args[0]
55-
if response["status_code"] != 404:
55+
if response["statusCode"] != 404:
5656
raise e
5757
continue
5858

0 commit comments

Comments
 (0)