feature/increase_test_coverage #387
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#387
Loading…
Reference in a new issue
No description provided.
Delete branch "r.loginov/frostfs-s3-gw:feature/increase_test_coverage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Coverage:
api/middleware: 69.2 % -> 95 %
23af453756
to02121ba548
02121ba548
toa0aa6c6749
@ -83,0 +88,4 @@
name string
method string
queryParam map[string]string
excepted string
expected?
a0aa6c6749
toa357aef3a3
@ -44,3 +44,3 @@
}
func prepareRouter(t *testing.T) *routerMock {
func prepareRouter(t *testing.T, frostFSIDValidation bool) *routerMock {
Can we make this param optional?
a357aef3a3
to793995f78d