Skip to content

Commit 23e1dd1

Browse files
authored
Merge pull request #100 from q384566678/config_test
image_test.go: Improve the test content
2 parents 6e09f9d + 7985cc4 commit 23e1dd1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

image/image_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ const (
6363
"/var/job-result-data": {},
6464
"/var/log/my-app-logs": {}
6565
},
66-
"WorkingDir": "/home/alice"
66+
"WorkingDir": "/home/alice",
67+
"Labels": {
68+
"com.example.project.git.url": "https://example.com/project.git",
69+
"com.example.project.git.commit": "45a939b2999782a3f005621a8d0f29aa387e1d6b"
70+
}
6771
},
6872
"rootfs": {
6973
"diff_ids": [

0 commit comments

Comments
 (0)