Added "isTruncated" attribute for listUsersResponse (#4017)
* isTruncated attribute for listUsersResponse * correction and test
This commit is contained in:
parent
a95ca81e76
commit
e4057a34b9
2 changed files with 3 additions and 1 deletions
|
|
@ -808,6 +808,7 @@ def test_list_users():
|
|||
user["UserName"].should.equal("my-user")
|
||||
user["Path"].should.equal("/")
|
||||
user["Arn"].should.equal("arn:aws:iam::{}:user/my-user".format(ACCOUNT_ID))
|
||||
response["IsTruncated"].should.equal(False)
|
||||
|
||||
conn.create_user(UserName="my-user-1", Path="myUser")
|
||||
response = conn.list_users(PathPrefix="my")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue