mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
update error string
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
85a038cfca
commit
24f3895b2b
1 changed files with 1 additions and 1 deletions
|
@ -1701,7 +1701,7 @@ func TestPolicyBrokenConfigCommand(t *testing.T) {
|
|||
policyFilePath,
|
||||
},
|
||||
)
|
||||
assert.ErrorContains(t, err, "verifying policy rules: invalid action")
|
||||
assert.ErrorContains(t, err, "compiling filter rules: invalid action")
|
||||
|
||||
// The new policy was invalid, the old one should still be in place, which
|
||||
// is none.
|
||||
|
|
Loading…
Reference in a new issue