Add SWF endpoints: RegisterActivityType, DeprecateActivityType, ListActivityType, DescribeActivityType
This commit is contained in:
parent
cb46eac513
commit
b680b2ec3c
5 changed files with 353 additions and 7 deletions
|
|
@ -50,10 +50,7 @@ def test_register_with_wrong_parameter_type():
|
|||
ex = err.exception
|
||||
ex.status.should.equal(400)
|
||||
ex.error_code.should.equal("SerializationException")
|
||||
ex.body.should.equal({
|
||||
"__type": "com.amazonaws.swf.base.model#SerializationException",
|
||||
"Message": "class java.lang.Foo can not be converted to an String (not a real SWF exception)"
|
||||
})
|
||||
ex.body["__type"].should.equal("com.amazonaws.swf.base.model#SerializationException")
|
||||
|
||||
|
||||
# ListDomain endpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue