Skip to content

Commit 1d3ae35

Browse files
committed
Update tests
1 parent daabf2e commit 1d3ae35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner/terraform/resources_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ func TestConvertResources(t *testing.T) {
561561
DisplayName: "Startup Script",
562562
RunOnStart: true,
563563
LogPath: "coder-startup-script.log",
564-
Icon: "/emojis/25b6.png",
564+
Icon: "/emojis/25b6-fe0f.png",
565565
Script: " #!/bin/bash\n # home folder can be empty, so copying default bash settings\n if [ ! -f ~/.profile ]; then\n cp /etc/skel/.profile $HOME\n fi\n if [ ! -f ~/.bashrc ]; then\n cp /etc/skel/.bashrc $HOME\n fi\n # install and start code-server\n curl -fsSL https://code-server.dev/install.sh | sh | tee code-server-install.log\n code-server --auth none --port 13337 | tee code-server-install.log &\n",
566566
}},
567567
}},

0 commit comments

Comments
 (0)