fix(coderd): update icon url to the right one (#8718)

This commit is contained in:
Bruno Quaresma
2023-07-25 14:06:58 +00:00
committed by GitHub
parent de1a7a9210
commit 30e16052d6
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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",