Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Ellis <[email protected]>
Signed-off-by: Eric Avdey <[email protected]>
  • Loading branch information
eiri and ricellis committed Oct 28, 2024
1 parent 2981cc6 commit 2564298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/cloudant_base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ var _ = Describe(`Cloudant custom base service UT`, func() {
}`,
},
{
description: "Validates no augmentation on successfull response",
description: "Validates no augmentation on successful response",
status: http.StatusOK,
headers: defaultHeaders,
body: `{"_id": "testdoc", "_rev": "1-abc", "foo": "bar"}`,
Expand Down Expand Up @@ -701,7 +701,7 @@ var _ = Describe(`Cloudant custom base service UT`, func() {
}`,
},
{
description: "Validates no augmentation on none json response",
description: "Validates no augmentation on non-json response",
status: http.StatusBadRequest,
headers: map[string]string{
"x-couch-request-id": "testreqid",
Expand Down

0 comments on commit 2564298

Please sign in to comment.