Skip to content

Commit

Permalink
Global variable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunetfreitag committed Oct 29, 2024
1 parent ca1ed98 commit b730a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_status_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def test_node_statusinfo(self):

# Test status.php for all nodes
def test_statusinfo(self):
global g_failedNodes
drv = sunetnextcloud.TestTarget()
for node in expectedResults['global']['allnodes']:
if node in drv.allnodes:
Expand Down

0 comments on commit b730a25

Please sign in to comment.