We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508fc20 commit 2845ffeCopy full SHA for 2845ffe
api/server_test.go
@@ -147,7 +147,7 @@ func TestRatsdChares_invalid_body(t *testing.T) {
147
tests := []struct{ name, body, msg string }{
148
{"missing nonce", `{"noncee": "MIDBNH28iioisjPy"}`,
149
"fail to retrieve nonce from the request"},
150
- {"invalid attester selecton",
+ {"invalid attester selection",
151
fmt.Sprintf(`{"nonce": "%s",
152
"attester-selection": "attester-slection"}`, validNonce),
153
"failed to parse attester selection: json: cannot unmarshal string into" +
0 commit comments