Skip to content

Commit 0a3fbe5

Browse files
committed
import
1 parent e95e40d commit 0a3fbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/clusters-keeper/tests/unit/test_modules_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ async def test_cluster_heartbeat_on_non_existing_cluster_raises(
249249
wallet_id: WalletID,
250250
initialized_app: FastAPI,
251251
):
252-
with pytest.raises(Ec2InstanceNotFoundError):
252+
with pytest.raises(EC2InstanceNotFoundError):
253253
await cluster_heartbeat(initialized_app, user_id=user_id, wallet_id=wallet_id)
254254

255255

0 commit comments

Comments
 (0)