1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-14 15:33:19 +03:00

Add helloworld tests with gRPC

This commit is contained in:
SALLEYRON Julien
2017-08-06 11:55:42 +02:00
committed by Ludovic Fernandez
parent 8071f31721
commit 990ee89650
8 changed files with 370 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ func init() {
check.Suite(&DynamoDBSuite{})
check.Suite(&ErrorPagesSuite{})
check.Suite(&WebsocketSuite{})
check.Suite(&GRPCSuite{})
}
var traefikBinary = "../dist/traefik"