Skip to content

Commit 2571b86

Browse files
committed
make fmt
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent a76b7fb commit 2571b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/dispatch/webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func TestWebhook(t *testing.T) {
8383
serverFn: func(u uuid.UUID, writer http.ResponseWriter, request *http.Request) {
8484
t.Fatalf("should not get here")
8585
},
86-
expectErr: "request timeout",
86+
expectErr: "request timeout",
8787
},
8888
{
8989
name: "non-200 response",

0 commit comments

Comments
 (0)