Skip to content

Commit

Permalink
tests: make authmode value an array
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Sep 10, 2024
1 parent e38faf7 commit 1a0787b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class APIModelsOpenVPNServerTestCase extends TestCase {
callable: function () {
$ovpns = new OpenVPNServer(data: $this->base_data);
$ovpns->mode->value = 'server_user';
$ovpns->authmode->value = 'Local Database';
$ovpns->authmode->value = ['Local Database'];
$ovpns->validate();
},
);
Expand Down

0 comments on commit 1a0787b

Please sign in to comment.