Skip to content

Commit 8023fae

Browse files
committed
fix
1 parent 366551f commit 8023fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/notifications/notifications_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ func TestWebhookDispatch(t *testing.T) {
249249

250250
// THEN: the webhook is received by the mock server and has the expected contents
251251
payload := testutil.RequireRecvCtx(testutil.Context(t, testutil.WaitShort), t, sent)
252-
require.EqualValues(t, "1.0", payload.Version)
252+
require.EqualValues(t, "1.1", payload.Version)
253253
require.Equal(t, *msgID, payload.MsgID)
254254
require.Equal(t, payload.Payload.Labels, input)
255255
require.Equal(t, payload.Payload.UserEmail, email)

0 commit comments

Comments
 (0)