@@ -29,7 +29,7 @@ func TestBucketService_GetOrigin(t *testing.T) {
2929 </OriginCondition>
3030 <OriginParameter>
3131 <Protocol>HTTP</Protocol>
32- <FollowQueryString>true </FollowQueryString>
32+ <FollowQueryString>false </FollowQueryString>
3333 <HttpHeader>
3434 <NewHttpHeaders>
3535 <Header>
@@ -75,7 +75,7 @@ func TestBucketService_GetOrigin(t *testing.T) {
7575 },
7676 OriginParameter : & BucketOriginParameter {
7777 Protocol : "HTTP" ,
78- FollowQueryString : true ,
78+ FollowQueryString : Bool ( false ) ,
7979 HttpHeader : & BucketOriginHttpHeader {
8080 FollowHttpHeaders : []OriginHttpHeader {
8181 {
@@ -89,7 +89,7 @@ func TestBucketService_GetOrigin(t *testing.T) {
8989 },
9090 },
9191 },
92- FollowRedirection : true ,
92+ FollowRedirection : Bool ( true ) ,
9393 HttpRedirectCode : "302" ,
9494 },
9595 OriginInfo : & BucketOriginInfo {
@@ -123,7 +123,7 @@ func TestBucketService_PutOrigin(t *testing.T) {
123123 },
124124 OriginParameter : & BucketOriginParameter {
125125 Protocol : "HTTP" ,
126- FollowQueryString : true ,
126+ FollowQueryString : Bool ( true ) ,
127127 HttpHeader : & BucketOriginHttpHeader {
128128 FollowHttpHeaders : []OriginHttpHeader {
129129 {
@@ -137,7 +137,7 @@ func TestBucketService_PutOrigin(t *testing.T) {
137137 },
138138 },
139139 },
140- FollowRedirection : true ,
140+ FollowRedirection : Bool ( true ) ,
141141 HttpRedirectCode : "302" ,
142142 },
143143 OriginInfo : & BucketOriginInfo {
0 commit comments