Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove agent api unusued field
  • Loading branch information
defelmnq committed Jan 7, 2025
commit f75f8c3addc234075a0263f9eb98fcadb95dbd10
2 changes: 0 additions & 2 deletions codersdk/agentsdk/convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func TestManifest(t *testing.T) {
},
Health: codersdk.WorkspaceAppHealthHealthy,
Hidden: false,
OpenIn: codersdk.WorkspaceAppOpenInSlimWindow,
},
{
ID: uuid.New(),
Expand All @@ -65,7 +64,6 @@ func TestManifest(t *testing.T) {
},
Health: codersdk.WorkspaceAppHealthInitializing,
Hidden: true,
OpenIn: codersdk.WorkspaceAppOpenInTab,
},
},
DERPMap: &tailcfg.DERPMap{
Expand Down
Loading