Skip to content

Commit 984d9fe

Browse files
committed
fix test
1 parent 47f9967 commit 984d9fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/webhook/feishu_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ func TestFeishuJSONPayload(t *testing.T) {
183183

184184
assert.Equal(t, "POST", req.Method)
185185
assert.Equal(t, "https://feishu.example.com/", req.URL.String())
186-
assert.Equal(t, "sha256=", req.Header.Get("X-Hub-Signature-256"))
187186
assert.Equal(t, "application/json", req.Header.Get("Content-Type"))
188187
var body FeishuPayload
189188
err = json.NewDecoder(req.Body).Decode(&body)

0 commit comments

Comments
 (0)