@@ -434,7 +434,7 @@ describe('Project create', () => {
434
434
should . exist ( resJson . billingAccountId ) ;
435
435
should . exist ( resJson . name ) ;
436
436
resJson . directProjectId . should . be . eql ( 128 ) ;
437
- resJson . status . should . be . eql ( 'draft ' ) ;
437
+ resJson . status . should . be . eql ( 'in_review ' ) ;
438
438
resJson . type . should . be . eql ( body . param . type ) ;
439
439
resJson . version . should . be . eql ( 'v3' ) ;
440
440
resJson . members . should . have . lengthOf ( 1 ) ;
@@ -490,7 +490,7 @@ describe('Project create', () => {
490
490
should . exist ( resJson . billingAccountId ) ;
491
491
should . exist ( resJson . name ) ;
492
492
resJson . directProjectId . should . be . eql ( 128 ) ;
493
- resJson . status . should . be . eql ( 'draft ' ) ;
493
+ resJson . status . should . be . eql ( 'in_review ' ) ;
494
494
resJson . type . should . be . eql ( body . param . type ) ;
495
495
resJson . version . should . be . eql ( 'v2' ) ;
496
496
resJson . members . should . have . lengthOf ( 1 ) ;
@@ -544,7 +544,7 @@ describe('Project create', () => {
544
544
should . exist ( resJson . billingAccountId ) ;
545
545
should . exist ( resJson . name ) ;
546
546
resJson . directProjectId . should . be . eql ( 128 ) ;
547
- resJson . status . should . be . eql ( 'draft ' ) ;
547
+ resJson . status . should . be . eql ( 'in_review ' ) ;
548
548
resJson . type . should . be . eql ( body . param . type ) ;
549
549
resJson . members . should . have . lengthOf ( 1 ) ;
550
550
resJson . members [ 0 ] . role . should . be . eql ( 'customer' ) ;
@@ -620,7 +620,7 @@ describe('Project create', () => {
620
620
should . exist ( resJson . billingAccountId ) ;
621
621
should . exist ( resJson . name ) ;
622
622
resJson . directProjectId . should . be . eql ( 128 ) ;
623
- resJson . status . should . be . eql ( 'draft ' ) ;
623
+ resJson . status . should . be . eql ( 'in_review ' ) ;
624
624
resJson . type . should . be . eql ( body . param . type ) ;
625
625
resJson . members . should . have . lengthOf ( 1 ) ;
626
626
resJson . members [ 0 ] . role . should . be . eql ( 'customer' ) ;
@@ -754,7 +754,7 @@ describe('Project create', () => {
754
754
should . exist ( resJson . billingAccountId ) ;
755
755
should . exist ( resJson . name ) ;
756
756
resJson . directProjectId . should . be . eql ( 128 ) ;
757
- resJson . status . should . be . eql ( 'draft ' ) ;
757
+ resJson . status . should . be . eql ( 'in_review ' ) ;
758
758
resJson . type . should . be . eql ( body . param . type ) ;
759
759
resJson . version . should . be . eql ( 'v3' ) ;
760
760
resJson . members . should . have . lengthOf ( 1 ) ;
@@ -843,7 +843,7 @@ describe('Project create', () => {
843
843
should . exist ( resJson . billingAccountId ) ;
844
844
should . exist ( resJson . name ) ;
845
845
resJson . directProjectId . should . be . eql ( 128 ) ;
846
- resJson . status . should . be . eql ( 'draft ' ) ;
846
+ resJson . status . should . be . eql ( 'in_review ' ) ;
847
847
resJson . type . should . be . eql ( body . param . type ) ;
848
848
resJson . members . should . have . lengthOf ( 1 ) ;
849
849
resJson . members [ 0 ] . role . should . be . eql ( 'customer' ) ;
0 commit comments