Skip to content

Commit 0c92b3b

Browse files
committed
Remove dbgen fields
1 parent 85831c3 commit 0c92b3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderd/database/dbgen/generator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ func WorkspaceProxy(t testing.TB, db database.Store, orig database.WorkspaceProx
348348
Name: takeFirst(orig.Name, namesgenerator.GetRandomName(1)),
349349
DisplayName: takeFirst(orig.DisplayName, namesgenerator.GetRandomName(1)),
350350
Icon: takeFirst(orig.Icon, namesgenerator.GetRandomName(1)),
351-
Url: takeFirst(orig.Url, fmt.Sprintf("https://%s.com", namesgenerator.GetRandomName(1))),
352-
WildcardHostname: takeFirst(orig.WildcardHostname, fmt.Sprintf("*.%s.com", namesgenerator.GetRandomName(1))),
353351
TokenHashedSecret: hashedSecret[:],
354352
CreatedAt: takeFirst(orig.CreatedAt, database.Now()),
355353
UpdatedAt: takeFirst(orig.UpdatedAt, database.Now()),

0 commit comments

Comments
 (0)