We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d4232 commit fb9331aCopy full SHA for fb9331a
api/server_test.go
@@ -98,7 +98,7 @@ func TestRatsdChares_invalid_body(t *testing.T) {
98
tests := []struct{ name, body, msg string }{
99
{"missing nonce", `{"noncee": "MIDBNH28iioisjPy"}`,
100
"fail to retrieve nonce from the request"},
101
- {"invalid attester selecton",
+ {"invalid attester selection",
102
fmt.Sprintf(`{"nonce": "%s",
103
"attester-selection": "attester-slection"}`, validNonce),
104
"failed to parse attester selection: json: cannot unmarshal string into" +
0 commit comments