We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406e5cc commit 77b04d7Copy full SHA for 77b04d7
python/example_code/neptune/tests/test_stop_db_cluster.py
@@ -41,10 +41,6 @@ def test_stop_db_cluster_with_stubbed_responses(neptune_client):
41
{"DBClusterIdentifier": cluster_id}
42
)
43
44
- result = stop_db_cluster(neptune.client, cluster_id)
+ stop_db_cluster(neptune.client, cluster_id) # Just call the function
45
46
- assert result is None
47
neptune.stubber.deactivate()
48
-
49
50
0 commit comments