Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Oct 28, 2024
1 parent e02deae commit 73a1b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testbench/rest_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ def object_insert(bucket_name):
elif upload_type == "multipart":
blob, projection = gcs_type.object.Object.init_multipart(flask.request, bucket)

# Handle errors for single-shot uploads.
testbench.common.extract_instruction(request, context=None)
(
error_code,
Expand All @@ -997,7 +998,7 @@ def object_insert(bucket_name):
context=None,
)

# Handle stall for full uploads.
# Handle stall for single-shot uploads.
testbench.common.extract_instruction(request, context=None)
(
stall_time,
Expand Down

0 comments on commit 73a1b65

Please sign in to comment.