Skip to content

Commit 77b04d7

Browse files
committed
fixed a liner issue
1 parent 406e5cc commit 77b04d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/example_code/neptune/tests/test_stop_db_cluster.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ def test_stop_db_cluster_with_stubbed_responses(neptune_client):
4141
{"DBClusterIdentifier": cluster_id}
4242
)
4343

44-
result = stop_db_cluster(neptune.client, cluster_id)
44+
stop_db_cluster(neptune.client, cluster_id) # Just call the function
4545

46-
assert result is None
4746
neptune.stubber.deactivate()
48-
49-
50-

0 commit comments

Comments
 (0)