Skip to content

Commit

Permalink
Check if status is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
ggediminass committed Dec 19, 2024
1 parent 16394f8 commit 542fc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/qa/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ def test_meshnet_available_after_update():
peer_hostname = parsed_peer_list.get_internal_peer().hostname
output = sh.nordvpn.mesh.peer.connect(peer_hostname)
assert meshnet.is_connect_successful(output, peer_hostname)

assert daemon.is_connected()
assert network.is_available()

output = sh.nordvpn.disconnect()
assert lib.is_disconnect_successful(output)

assert not daemon.is_connected()
assert network.is_available()


Expand Down

0 comments on commit 542fc01

Please sign in to comment.