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 a05967a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/registry/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func TestNewFactory(t *testing.T) {
}

// expectationsMap contains expectations for each experiment that exists
expectationsMap := map[string]*experimentSpecificExpectations{
modeexpectationsMap := map[string]*experimentSpecificExpectations{

Check failure on line 412 in internal/registry/factory_test.go

View workflow job for this annotation

GitHub Actions / measure_coverage

modeexpectationsMap declared and not used
"dash": {
enabledByDefault: true,
inputPolicy: model.InputNone,
Expand Down 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 a05967a

Please sign in to comment.