Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eccc8e9

Browse files
committed
fmt
1 parent 14dc669 commit eccc8e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

agent/agentcontainers/api_test.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ func TestAPI(t *testing.T) {
800800
Labels: map[string]string{
801801
agentcontainers.DevcontainerLocalFolderLabel: "/workspace/test1",
802802
agentcontainers.DevcontainerConfigFileLabel: "/workspace/test1/.devcontainer/devcontainer.json",
803-
agentcontainers.DevcontainerIsTestRunLabel: "true",
803+
agentcontainers.DevcontainerIsTestRunLabel: "true",
804804
},
805805
},
806806
{
@@ -845,14 +845,14 @@ func TestAPI(t *testing.T) {
845845
agentcontainers.DevcontainerConfigFileLabel: "/workspace/runtime1/.devcontainer/devcontainer.json",
846846
},
847847
},
848-
{
848+
{
849849
ID: "test-container-1",
850850
FriendlyName: "test-container-1",
851851
Running: true,
852852
Labels: map[string]string{
853853
agentcontainers.DevcontainerLocalFolderLabel: "/workspace/test1",
854854
agentcontainers.DevcontainerConfigFileLabel: "/workspace/test1/.devcontainer/devcontainer.json",
855-
agentcontainers.DevcontainerIsTestRunLabel: "true",
855+
agentcontainers.DevcontainerIsTestRunLabel: "true",
856856
},
857857
},
858858
},
@@ -901,14 +901,14 @@ func TestAPI(t *testing.T) {
901901
agentcontainers.DevcontainerConfigFileLabel: "/workspace/non-running/.devcontainer/devcontainer.json",
902902
},
903903
},
904-
{
904+
{
905905
ID: "test-container-1",
906906
FriendlyName: "test-container-1",
907907
Running: true,
908908
Labels: map[string]string{
909909
agentcontainers.DevcontainerLocalFolderLabel: "/workspace/test1",
910910
agentcontainers.DevcontainerConfigFileLabel: "/workspace/test1/.devcontainer/devcontainer.json",
911-
agentcontainers.DevcontainerIsTestRunLabel: "true",
911+
agentcontainers.DevcontainerIsTestRunLabel: "true",
912912
},
913913
},
914914
},
@@ -944,14 +944,14 @@ func TestAPI(t *testing.T) {
944944
agentcontainers.DevcontainerConfigFileLabel: "/workspace/known2/.devcontainer/devcontainer.json",
945945
},
946946
},
947-
{
947+
{
948948
ID: "test-container-1",
949949
FriendlyName: "test-container-1",
950950
Running: true,
951951
Labels: map[string]string{
952952
agentcontainers.DevcontainerLocalFolderLabel: "/workspace/test1",
953953
agentcontainers.DevcontainerConfigFileLabel: "/workspace/test1/.devcontainer/devcontainer.json",
954-
agentcontainers.DevcontainerIsTestRunLabel: "true",
954+
agentcontainers.DevcontainerIsTestRunLabel: "true",
955955
},
956956
},
957957
},
@@ -1007,14 +1007,14 @@ func TestAPI(t *testing.T) {
10071007
agentcontainers.DevcontainerConfigFileLabel: "/var/lib/project3/.devcontainer/devcontainer.json",
10081008
},
10091009
},
1010-
{
1010+
{
10111011
ID: "test-container-1",
10121012
FriendlyName: "test-container-1",
10131013
Running: true,
10141014
Labels: map[string]string{
10151015
agentcontainers.DevcontainerLocalFolderLabel: "/workspace/test1",
10161016
agentcontainers.DevcontainerConfigFileLabel: "/workspace/test1/.devcontainer/devcontainer.json",
1017-
agentcontainers.DevcontainerIsTestRunLabel: "true",
1017+
agentcontainers.DevcontainerIsTestRunLabel: "true",
10181018
},
10191019
},
10201020
},

0 commit comments

Comments
 (0)