Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Sep 11, 2023
1 parent 79fad8a commit f49d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/clusters-keeper/tests/unit/test_rpc_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async def test_get_or_create_cluster(
wallet_id=wallet_id,
)
assert rpc_response
assert isinstance(rpc_response, OnDemandCluster)
assert isinstance(rpc_response, ClusterGet)
returned_cluster = rpc_response
# check we still have only 1 instance
await _assert_cluster_heartbeat_on_instance(ec2_client)
Expand Down

0 comments on commit f49d6f5

Please sign in to comment.