add-body-digest-validation #32
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
geomind_code/webgateway!32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-body-digest-validation"
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?
@ -85,0 +138,4 @@case "SHA-512":h := sha512.Sum512(body)computedHash = h[:]default:can we extract strings here in constant and use it in the testcases too
@ -178,0 +277,4 @@if err != nil {assert.Contains(t, err.Error(), tt.expectedError)}} else {i think we can remove this if err != nil since we already assert before it
1035a001038b9a6e733e