Skip to content

Commit 8076384

Browse files
author
zhouhao
committed
config_test.go: Improve the verification content
Signed-off-by: zhouhao <[email protected]>
1 parent bde6904 commit 8076384

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

schema/config_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,11 @@ func TestConfig(t *testing.T) {
164164
"/var/job-result-data": {},
165165
"/var/log/my-app-logs": {}
166166
},
167-
"WorkingDir": "/home/alice"
167+
"WorkingDir": "/home/alice",
168+
"Labels": {
169+
"com.example.project.git.url": "https://example.com/project.git",
170+
"com.example.project.git.commit": "45a939b2999782a3f005621a8d0f29aa387e1d6b"
171+
}
168172
},
169173
"rootfs": {
170174
"diff_ids": [

0 commit comments

Comments
 (0)