@@ -800,7 +800,7 @@ func TestAPI(t *testing.T) {
800
800
Labels : map [string ]string {
801
801
agentcontainers .DevcontainerLocalFolderLabel : "/workspace/test1" ,
802
802
agentcontainers .DevcontainerConfigFileLabel : "/workspace/test1/.devcontainer/devcontainer.json" ,
803
- agentcontainers .DevcontainerIsTestRunLabel : "true" ,
803
+ agentcontainers .DevcontainerIsTestRunLabel : "true" ,
804
804
},
805
805
},
806
806
{
@@ -845,14 +845,14 @@ func TestAPI(t *testing.T) {
845
845
agentcontainers .DevcontainerConfigFileLabel : "/workspace/runtime1/.devcontainer/devcontainer.json" ,
846
846
},
847
847
},
848
- {
848
+ {
849
849
ID : "test-container-1" ,
850
850
FriendlyName : "test-container-1" ,
851
851
Running : true ,
852
852
Labels : map [string ]string {
853
853
agentcontainers .DevcontainerLocalFolderLabel : "/workspace/test1" ,
854
854
agentcontainers .DevcontainerConfigFileLabel : "/workspace/test1/.devcontainer/devcontainer.json" ,
855
- agentcontainers .DevcontainerIsTestRunLabel : "true" ,
855
+ agentcontainers .DevcontainerIsTestRunLabel : "true" ,
856
856
},
857
857
},
858
858
},
@@ -901,14 +901,14 @@ func TestAPI(t *testing.T) {
901
901
agentcontainers .DevcontainerConfigFileLabel : "/workspace/non-running/.devcontainer/devcontainer.json" ,
902
902
},
903
903
},
904
- {
904
+ {
905
905
ID : "test-container-1" ,
906
906
FriendlyName : "test-container-1" ,
907
907
Running : true ,
908
908
Labels : map [string ]string {
909
909
agentcontainers .DevcontainerLocalFolderLabel : "/workspace/test1" ,
910
910
agentcontainers .DevcontainerConfigFileLabel : "/workspace/test1/.devcontainer/devcontainer.json" ,
911
- agentcontainers .DevcontainerIsTestRunLabel : "true" ,
911
+ agentcontainers .DevcontainerIsTestRunLabel : "true" ,
912
912
},
913
913
},
914
914
},
@@ -944,14 +944,14 @@ func TestAPI(t *testing.T) {
944
944
agentcontainers .DevcontainerConfigFileLabel : "/workspace/known2/.devcontainer/devcontainer.json" ,
945
945
},
946
946
},
947
- {
947
+ {
948
948
ID : "test-container-1" ,
949
949
FriendlyName : "test-container-1" ,
950
950
Running : true ,
951
951
Labels : map [string ]string {
952
952
agentcontainers .DevcontainerLocalFolderLabel : "/workspace/test1" ,
953
953
agentcontainers .DevcontainerConfigFileLabel : "/workspace/test1/.devcontainer/devcontainer.json" ,
954
- agentcontainers .DevcontainerIsTestRunLabel : "true" ,
954
+ agentcontainers .DevcontainerIsTestRunLabel : "true" ,
955
955
},
956
956
},
957
957
},
@@ -1007,14 +1007,14 @@ func TestAPI(t *testing.T) {
1007
1007
agentcontainers .DevcontainerConfigFileLabel : "/var/lib/project3/.devcontainer/devcontainer.json" ,
1008
1008
},
1009
1009
},
1010
- {
1010
+ {
1011
1011
ID : "test-container-1" ,
1012
1012
FriendlyName : "test-container-1" ,
1013
1013
Running : true ,
1014
1014
Labels : map [string ]string {
1015
1015
agentcontainers .DevcontainerLocalFolderLabel : "/workspace/test1" ,
1016
1016
agentcontainers .DevcontainerConfigFileLabel : "/workspace/test1/.devcontainer/devcontainer.json" ,
1017
- agentcontainers .DevcontainerIsTestRunLabel : "true" ,
1017
+ agentcontainers .DevcontainerIsTestRunLabel : "true" ,
1018
1018
},
1019
1019
},
1020
1020
},
0 commit comments