Compare commits

...

1 commit

Author SHA1 Message Date
evanboyle 7187f919e3 expose tests bug 2020-02-13 10:45:37 -08:00

View file

@ -226,6 +226,7 @@ func TestAssetReject(t *testing.T) {
func TestUnsupportedSecret(t *testing.T) {
rawProp := resource.NewObjectProperty(resource.NewPropertyMapFromMap(map[string]interface{}{
resource.SigKey: resource.SecretSig,
"value": "foo",
}))
prop, err := MarshalPropertyValue(rawProp, MarshalOptions{})
assert.Nil(t, err)