Skip to content

Commit 7985cc4

Browse files
author
zhouhao
committed
image_test.go: Improve the test content
Signed-off-by: zhouhao <[email protected]>
1 parent 421458f commit 7985cc4

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
@@ -66,7 +66,11 @@ const (
6666
"/var/job-result-data": {},
6767
"/var/log/my-app-logs": {}
6868
},
69-
"WorkingDir": "/home/alice"
69+
"WorkingDir": "/home/alice",
70+
"Labels": {
71+
"com.example.project.git.url": "https://example.com/project.git",
72+
"com.example.project.git.commit": "45a939b2999782a3f005621a8d0f29aa387e1d6b"
73+
}
7074
},
7175
"rootfs": {
7276
"diff_ids": [

0 commit comments

Comments
 (0)