Fix var name length in tests

This commit is contained in:
Kristoffer Dalby
2021-11-15 16:16:04 +00:00
parent 333be80f9c
commit 8ae682b412
12 changed files with 580 additions and 484 deletions

View File

@@ -185,7 +185,7 @@ func (s *IntegrationTestSuite) tailscaleContainer(
func (s *IntegrationTestSuite) SetupSuite() {
var err error
h = Headscale{
app = Headscale{
dbType: "sqlite3",
dbString: "integration_test_db.sqlite3",
}