We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c0100 commit 6644e95Copy full SHA for 6644e95
enterprise/coderd/features_internal_test.go
@@ -86,7 +86,7 @@ func TestFeaturesService_EntitlementsAPI(t *testing.T) {
86
auditLogs: entitlement{entitled},
87
},
88
}
89
- _, err = db.InsertUser(ctx, database.InsertUserParams{
+ _, err := db.InsertUser(ctx, database.InsertUserParams{
90
ID: uuid.UUID{},
91
Email: "",
92
Username: "",
@@ -136,7 +136,7 @@ func TestFeaturesService_EntitlementsAPI(t *testing.T) {
136
137
138
for i := byte(0); i < 5; i++ {
139
140
ID: uuid.UUID{i},
141
142
0 commit comments