googleapis / googleapis/storage-testbench

Delete request returns 200 but GCP returns 204

Open
#730 0 comments 0 reactions 0 assignees View on GitHub
priority: p2 type: bug
Dominant language
Python
Stars
24
Forks
38
Avg merge
1d 15h
Merged PRs (30d)
1

Description

#### Environment details

- Programming language: Java
- OS: Linux
- Language runtime version: 11
- Package version: 0.54.0

#### Steps to reproduce

1. Call storage testbench with a Delete request to delete an object in the mock bucket. 200 response code
2. Call GCP with a Delete request to delete an object. 204 response code

This difference in response codes makes it harder to use this library to validate my application code. I have to account for 200 or 204 being returned, instead of just 204 which Google returns.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.