Add experimental flag to unit test

This commit is contained in:
Even Holthe 2022-11-25 14:46:34 +01:00 committed by Kristoffer Dalby
parent c28ca27133
commit d4e3bf184b
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
"testing"
"gopkg.in/check.v1"
"tailscale.com/envknob"
"tailscale.com/tailcfg"
)
@ -74,6 +75,8 @@ func (s *Suite) TestInvalidAction(c *check.C) {
}
func (s *Suite) TestSshRules(c *check.C) {
envknob.Setenv("HEADSCALE_EXPERIMENTAL_FEATURE_SSH", "1")
namespace, err := app.CreateNamespace("user1")
c.Assert(err, check.IsNil)