mirror of
https://github.com/adnanh/webhook.git
synced 2025-06-02 18:52:29 +00:00
chore: fix some comments (#690)
This commit is contained in:
parent
fc0623363a
commit
d84cc5420b
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ func TestCheckScalrSignature(t *testing.T) {
|
|||
}
|
||||
valid, err := CheckScalrSignature(r, testCase.secret, false)
|
||||
if valid != testCase.ok {
|
||||
t.Errorf("failed to check scalr signature fot test case: %s\nexpected ok:%#v, got ok:%#v}",
|
||||
t.Errorf("failed to check scalr signature for test case: %s\nexpected ok:%#v, got ok:%#v}",
|
||||
testCase.description, testCase.ok, valid)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue