We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe5a53 commit 43b2ce4Copy full SHA for 43b2ce4
1 file changed
test/integration/models/account/test_account.py
@@ -108,6 +108,7 @@ def test_latest_get_event(test_linode_client, e2e_test_firewall):
108
)
109
110
def get_linode_status():
111
+ linode.invalidate()
112
return linode.status == "running"
113
114
# To ensure the Linode is running and the 'event' key has been populated
0 commit comments