Skip to content

Commit

Permalink
ci: add c1
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Nov 28, 2024
1 parent 6d410fb commit 3c1ccc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/push-bump-pydantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
matrix:
include:

- cluster: cluster1
network_name: mainnet
network_version: v2
- cluster: cluster2
network_name: mainnet
network_version: v2
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/api/test_api_delegations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from icon_governance.config import settings


# TODO: Not properly hydrated - skip
# TODO: Not properly hydrated - skip
# def test_api_delegations_address(client: TestClient):
# response = client.get(f"{settings.REST_PREFIX}/governance/delegations/cx43e2eec79eb76293c298f2b17aec06097be606e0")
# assert response.status_code == 200
Expand Down

0 comments on commit 3c1ccc5

Please sign in to comment.