File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1723,7 +1723,7 @@ func TestCallSSeApiWithV3Sign_AK_Form(t *testing.T) {
1723
1723
for index , event := range events {
1724
1724
data := fmt .Sprintf (`{"count": %d}` , index )
1725
1725
tea_util .AssertEqual (t , data , tea .StringValue (event .Data ))
1726
- tea_util .AssertEqual (t , "sse-test" , tea .StringValue (event .ID ))
1726
+ tea_util .AssertEqual (t , "sse-test" , tea .StringValue (event .Id ))
1727
1727
tea_util .AssertEqual (t , "flow" , tea .StringValue (event .Event ))
1728
1728
}
1729
1729
}
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6
7
7
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5
8
- github.com/alibabacloud-go/tea v1.3.10
8
+ github.com/alibabacloud-go/tea v1.3.11
9
9
github.com/alibabacloud-go/tea-utils/v2 v2.0.7
10
10
github.com/aliyun/credentials-go v1.4.5
11
11
github.com/tjfoc/gmsm v1.4.1
You can’t perform that action at this time.
0 commit comments