Skip to content

Commit e9caa12

Browse files
authored
Remove useless verification in error
1 parent bff79e4 commit e9caa12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/notifications/fetcher_internal_test.go

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

7979
ctx := context.Background()
8080
_, err := n.fetchHelpers(ctx)
81-
require.Error(t, err)
8281
require.ErrorContains(t, err, "get logo URL")
8382
})
8483
}

0 commit comments

Comments
 (0)