Skip to content

Commit fa9d6ba

Browse files
chore: explicitly test ParentId is null
1 parent b316482 commit fa9d6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/agentapi/manifest_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ func TestGetManifest(t *testing.T) {
344344
expected := &agentproto.Manifest{
345345
AgentId: agent.ID[:],
346346
AgentName: agent.Name,
347+
ParentId: nil,
347348
OwnerUsername: owner.Username,
348349
WorkspaceId: workspace.ID[:],
349350
WorkspaceName: workspace.Name,

0 commit comments

Comments
 (0)