Remove unused components from old integration tests

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2023-02-02 10:36:07 +01:00 committed by Kristoffer Dalby
parent 2b7bcb77a5
commit 9187e4287c
3 changed files with 2 additions and 78 deletions

View file

@ -24,7 +24,6 @@ type IntegrationCLITestSuite struct {
pool dockertest.Pool
network dockertest.Network
headscale dockertest.Resource
env []string
}
func TestIntegrationCLITestSuite(t *testing.T) {