File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,6 @@ func TestClientAlterClientQuotas(t *testing.T) {
65
65
66
66
assert .Equal (t , expectedAlterResp , * alterResp )
67
67
68
- describeResp , err := client .DescribeClientQuotas (context .Background (), & DescribeClientQuotasRequest {
69
- Components : []DescribeClientQuotasRequestComponent {
70
- {
71
- EntityType : entityType ,
72
- MatchType : 0 ,
73
- Match : entityName ,
74
- },
75
- },
76
- })
77
-
78
- if err != nil {
79
- t .Fatal (err )
80
- }
81
-
82
68
expectedDescribeResp := DescribeClientQuotasResponse {
83
69
Throttle : 0 ,
84
70
ErrorCode : 0 ,
@@ -100,5 +86,19 @@ func TestClientAlterClientQuotas(t *testing.T) {
100
86
},
101
87
}
102
88
89
+ describeResp , err := client .DescribeClientQuotas (context .Background (), & DescribeClientQuotasRequest {
90
+ Components : []DescribeClientQuotasRequestComponent {
91
+ {
92
+ EntityType : entityType ,
93
+ MatchType : 0 ,
94
+ Match : entityName ,
95
+ },
96
+ },
97
+ })
98
+
99
+ if err != nil {
100
+ t .Fatal (err )
101
+ }
102
+
103
103
assert .Equal (t , expectedDescribeResp , * describeResp )
104
104
}
You can’t perform that action at this time.
0 commit comments