Skip to content

Commit

Permalink
tests: ensure vips are created with sync for CARP model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed May 18, 2024
1 parent e4361e0 commit 3b95ca5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class APIModelsCARPTestCase extends TestCase {
'password' => 'testpasswd',
'vhid' => 5,
],
async: false,
);
$carp_vip->create(apply: true);

Expand Down Expand Up @@ -66,6 +67,7 @@ class APIModelsCARPTestCase extends TestCase {
'advbase' => 1,
'advskew' => 1,
],
async: false,
);
$carp_vip->create(apply: true);

Expand Down

0 comments on commit 3b95ca5

Please sign in to comment.