Skip to content

Commit e6d7102

Browse files
committed
Add missing NoError
1 parent 542e632 commit e6d7102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/coderd/oauth2_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ func TestOAuth2ProviderTokenExchange(t *testing.T) {
698698
userClient, user := coderdtest.CreateAnotherUser(t, ownerClient, owner.OrganizationID)
699699
if test.setup != nil {
700700
err = test.setup(ctx, userClient, user)
701+
require.NoError(t, err)
701702
}
702703

703704
// Each test gets its own oauth2.Config so they can run in parallel.

0 commit comments

Comments
 (0)