Fix integration tests in tracing
This commit is contained in:
parent
32ccc26712
commit
9f741abd84
3 changed files with 141 additions and 1 deletions
|
@ -56,6 +56,7 @@ func init() {
|
|||
check.Suite(&RateLimitSuite{})
|
||||
check.Suite(&SimpleSuite{})
|
||||
check.Suite(&TimeoutSuite{})
|
||||
check.Suite(&TracingSuite{})
|
||||
check.Suite(&WebsocketSuite{})
|
||||
}
|
||||
if *host {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue