Skip to content

Commit

Permalink
add expectations for openvpn
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Apr 30, 2024
1 parent 4f83143 commit 5b7f364
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/registry/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ func TestNewFactory(t *testing.T) {
inputPolicy: model.InputNone,
interruptible: true,
},
"openvpn": {
enabledByDefault: true,
inputPolicy: model.InputOrQueryBackend,
},
"portfiltering": {
enabledByDefault: true,
inputPolicy: model.InputNone,
Expand Down

0 comments on commit 5b7f364

Please sign in to comment.