Skip to content

Commit

Permalink
Fix CRaaS acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TruePack committed Sep 27, 2023
1 parent f31c34d commit 3b5000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectel/resource_selectel_craas_registry_v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/selectel/go-selvpcclient/v3/selvpcclient/resell/v2/projects"
)

const craasV1RegistryHostName = "cr.selcloud.ru"
const craasV1RegistryHostName = "https://cr.selcloud.ru"

func TestAccCRaaSRegistryV1Basic(t *testing.T) {
var (
Expand Down

0 comments on commit 3b5000c

Please sign in to comment.