Skip to content

Commit

Permalink
Merge dac75d2 into d6035e7
Browse files Browse the repository at this point in the history
  • Loading branch information
ozerovandrei committed Apr 18, 2018
2 parents d6035e7 + dac75d2 commit 256cdf2
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 0 deletions.
22 changes: 22 additions & 0 deletions selvpcclient/resell/v2/users/testing/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,25 @@ var TestUpdateUserResponse = &users.User{
Name: "UpdatedUser1",
Enabled: true,
}

// TestManyUsersInvalidResponseRaw represents a raw invalid response with several users.
const TestManyUsersInvalidResponseRaw = `
{
"users": [
{
"id": 222
}
]
}
`

// TestSingleUserInvalidResponseRaw represents a raw invalid response with a single user.
const TestSingleUserInvalidResponseRaw = `
{
"user": [
{
"id": 222
}
]
}
`
Loading

0 comments on commit 256cdf2

Please sign in to comment.