Skip to content
Snippets Groups Projects
Commit 35d31fef authored by 李志信's avatar 李志信
Browse files

fix: fix go fmt

parent 4a0c97fd
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,11 @@ func TestSentinelFilter_QPS(t *testing.T) {
_, err = flow.LoadRules([]*flow.Rule{
{
Resource: interfaceResourceName,
Resource: interfaceResourceName,
//MetricType: flow.QPS,
TokenCalculateStrategy: flow.Direct,
ControlBehavior: flow.Reject,
Threshold: 100,
Threshold: 100,
RelationStrategy: flow.CurrentResource,
},
})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment