Skip to content

Commit db27e12

Browse files
committed
chore: add dev api options on backend test deployment
1 parent 9688127 commit db27e12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_backend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- "staging.govtool.byron.network/api"
1616
- "govtool.cardanoapi.io/api"
1717
- "z6b8d2f7a-zca4a4c45-gtw.z937eb260.rustrocks.fr"
18+
- "dev-sanchonet.govtool.byron.network/api"
1819
- "be.gov.tools"
1920
network:
2021
required: true

tests/govtool-backend/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
METRICS_API_SECRET = os.getenv("METRICS_API_SECRET")
1414
KUBER_API_URL = f'https://{os.getenv("NETWORK","preview")}.kuber.cardanoapi.io'
1515
KUBER_API_KEY = os.getenv("KUBER_API_KEY")
16-
FAUCET_API_URL = f'https://faucet.${os.getenv("NETWORK","preview")}.world.dev.cardano.org'
16+
FAUCET_API_URL = f'https://faucet.{os.getenv("NETWORK","preview")}.world.dev.cardano.org'
1717
FACUET_API_KEY = os.getenv("FAUCET_API_KEY")

0 commit comments

Comments
 (0)