mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(coderd): update icon url to the right one (#8718)
This commit is contained in:
@@ -40,7 +40,7 @@ func TestTemplateEdit(t *testing.T) {
|
||||
name := "new-template-name"
|
||||
displayName := "New Display Name 789"
|
||||
desc := "lorem ipsum dolor sit amet et cetera"
|
||||
icon := "/icons/new-icon.png"
|
||||
icon := "/icon/new-icon.png"
|
||||
defaultTTL := 12 * time.Hour
|
||||
allowUserCancelWorkspaceJobs := false
|
||||
|
||||
@@ -168,7 +168,7 @@ func TestTemplateEdit(t *testing.T) {
|
||||
// Test the cli command.
|
||||
displayName := "New Display Name 789"
|
||||
description := "New Description ABC"
|
||||
icon := "/icons/new-icon.png"
|
||||
icon := "/icon/new-icon.png"
|
||||
cmdArgs := []string{
|
||||
"templates",
|
||||
"edit",
|
||||
|
||||
Reference in New Issue
Block a user