From a979c57ae8d4adc4a3de4eb95edc168f69ea0e3c Mon Sep 17 00:00:00 2001 From: Will Power <1619102+willpower232@users.noreply.github.com> Date: Sun, 19 Feb 2023 15:51:55 +0000 Subject: [PATCH] test namecheap provider against their sandbox (#2082) Co-authored-by: Tom Limoncelli --- integrationTest/providers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrationTest/providers.json b/integrationTest/providers.json index eb1e5bcc0..c5198ea96 100644 --- a/integrationTest/providers.json +++ b/integrationTest/providers.json @@ -142,7 +142,8 @@ "NAMECHEAP": { "apikey": "$NAMECHEAP_KEY", "apiuser": "$NAMECHEAP_USER", - "domain": "$NAMECHEAP_DOMAIN" + "domain": "$NAMECHEAP_DOMAIN", + "BaseURL": "$NAMECHEAP_BASEURL" }, "NAMEDOTCOM": { "apikey": "$NAMEDOTCOM_KEY",