Skip to content

Commit 537cfac

Browse files
committed
dbgen
1 parent b18acc5 commit 537cfac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/dbgen/dbgen.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ func WorkspaceAgent(t testing.TB, db database.Store, orig database.WorkspaceAgen
176176
TroubleshootingURL: takeFirst(orig.TroubleshootingURL, "https://example.com"),
177177
MOTDFile: takeFirst(orig.TroubleshootingURL, ""),
178178
DisplayApps: append([]database.DisplayApp{}, orig.DisplayApps...),
179+
DisplayOrder: takeFirst(orig.DisplayOrder, 1),
179180
})
180181
require.NoError(t, err, "insert workspace agent")
181182
return agt

0 commit comments

Comments
 (0)