Skip to content

Commit

Permalink
Merge pull request #502 from q384566678/config_test
Browse files Browse the repository at this point in the history
config_test.go: Improve the verification content
  • Loading branch information
stevvooe authored Jan 13, 2017
2 parents c88b4eb + 8076384 commit eabda42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schema/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,11 @@ func TestConfig(t *testing.T) {
"/var/job-result-data": {},
"/var/log/my-app-logs": {}
},
"WorkingDir": "/home/alice"
"WorkingDir": "/home/alice",
"Labels": {
"com.example.project.git.url": "https://example.com/project.git",
"com.example.project.git.commit": "45a939b2999782a3f005621a8d0f29aa387e1d6b"
}
},
"rootfs": {
"diff_ids": [
Expand Down

0 comments on commit eabda42

Please sign in to comment.