Skip to content

Commit

Permalink
Append URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunetfreitag committed Oct 29, 2024
1 parent 73e2724 commit 491dac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_status_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run(self):
r =requests.get(url, timeout=g_requestTimeout)
except Exception as error:
logger.error(f'Error getting status info data from {self.node}: {error}')
g_failedNodes.append(self.url)
g_failedNodes.append(url)
testThreadsRunning -= 1
return

Expand Down

0 comments on commit 491dac1

Please sign in to comment.