Skip to content

Commit 3c4cbd0

Browse files
committed
add placeholder data
1 parent 3d43926 commit 3c4cbd0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

coderd/insights_test.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,18 @@ func TestTemplateInsights_Golden(t *testing.T) {
10821082
// },
10831083
},
10841084
},
1085+
users[0].workspaces[2]: {
1086+
agentStats: []agentStat{},
1087+
appUsage: []appUsage{},
1088+
},
1089+
users[1].workspaces[0]: {
1090+
agentStats: []agentStat{},
1091+
appUsage: []appUsage{},
1092+
},
1093+
users[2].workspaces[0]: {
1094+
agentStats: []agentStat{},
1095+
appUsage: []appUsage{},
1096+
},
10851097
}
10861098
}
10871099
type testRequest struct {

0 commit comments

Comments
 (0)