Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cloudapi/errors_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
Nils Koch and codebien authored Jan 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 09ba105 commit 509c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudapi/errors_test.go
Original file line number Diff line number Diff line change
@@ -32,5 +32,5 @@ func TestErrorResponse_Error(t *testing.T) {
}

expected := "(E123) " + msg1 + "\n " + msg2 + "\n field1: error1, error2"
assert.Equal(t, errResp.Error(), expected)
assert.Equal(t, expected, errResp.Error())
}

0 comments on commit 509c293

Please sign in to comment.