Skip to content

Commit e3cf7dc

Browse files
authored
Resell V2: fix test fixtures in projects package (#90)
Fix testing fixtures for Create method in the projects package.
1 parent 78a0ce6 commit e3cf7dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

selvpcclient/resell/v2/projects/testing/fixtures.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ const TestCreateProjectOptsRaw = `
154154
{
155155
"project": {
156156
"name": "Project2",
157+
"auto_quotas": false,
157158
"quotas": {
158159
"image_gigabytes": [
159160
{
@@ -343,7 +344,8 @@ const TestSingleProjectInvalidResponseRaw = `
343344
const TestCreateProjectNoQuotasOptsRaw = `
344345
{
345346
"project": {
346-
"name": "Project2"
347+
"name": "Project2",
348+
"auto_quotas": false
347349
}
348350
}
349351
`

0 commit comments

Comments
 (0)