Index: state/api/params/params_test.go |
=== modified file 'state/api/params/params_test.go' |
--- state/api/params/params_test.go 2013-04-11 12:51:15 +0000 |
+++ state/api/params/params_test.go 2013-04-15 22:40:57 +0000 |
@@ -43,9 +43,13 @@ |
Exposed: true, |
CharmURL: "cs:series/name", |
Constraints: constraints.MustParse("arch=arm mem=1024M"), |
+ Config: map[string]interface{}{ |
+ "hello": "goodbye", |
+ "foo": false, |
+ }, |
}, |
}, |
- json: `["service","change",{"CharmURL": "cs:series/name","Name":"Benji","Exposed":true,"Constraints":{"arch":"arm", "mem": 1024}}]`, |
+ json: `["service","change",{"CharmURL": "cs:series/name","Name":"Benji","Exposed":true,"Constraints":{"arch":"arm", "mem": 1024},"Config": {"hello":"goodbye","foo":false}}]`, |
}, { |
about: "UnitInfo Delta", |
value: params.Delta{ |