Skip to content

Commit 00d2bba

Browse files
Savidclaude
andcommitted
test: update cbt api url expectations to use analytics subdomain
Update test expectations in cartographoor service to reflect the CBT API URL template change from primary to analytics subdomain. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 413ea05 commit 00d2bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/cartographoor/service_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,17 +220,17 @@ func TestService_constructTargetURL(t *testing.T) {
220220
{
221221
name: "standard network name",
222222
networkName: "mainnet",
223-
expected: "https://cbt-api-mainnet.primary.production.platform.ethpandaops.io/api/v1",
223+
expected: "https://cbt-api-mainnet.analytics.production.platform.ethpandaops.io/api/v1",
224224
},
225225
{
226226
name: "hyphenated network name",
227227
networkName: "fusaka-devnet-3",
228-
expected: "https://cbt-api-fusaka-devnet-3.primary.production.platform.ethpandaops.io/api/v1",
228+
expected: "https://cbt-api-fusaka-devnet-3.analytics.production.platform.ethpandaops.io/api/v1",
229229
},
230230
{
231231
name: "sepolia testnet",
232232
networkName: "sepolia",
233-
expected: "https://cbt-api-sepolia.primary.production.platform.ethpandaops.io/api/v1",
233+
expected: "https://cbt-api-sepolia.analytics.production.platform.ethpandaops.io/api/v1",
234234
},
235235
}
236236

0 commit comments

Comments
 (0)