X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c3c538444c15e68e96780f157935f2baa4ba0bc5..045e3127cb48845c7d988d01488c055f02ae2ec3:/lib/dispatchcloud/test/fixtures.go diff --git a/lib/dispatchcloud/test/fixtures.go b/lib/dispatchcloud/test/fixtures.go index 7d65ca0571..9dfbf8c94e 100644 --- a/lib/dispatchcloud/test/fixtures.go +++ b/lib/dispatchcloud/test/fixtures.go @@ -7,7 +7,7 @@ package test import ( "fmt" - "git.curoverse.com/arvados.git/sdk/go/arvados" + "git.arvados.org/arvados.git/sdk/go/arvados" ) // ContainerUUID returns a fake container UUID. @@ -23,5 +23,6 @@ func InstanceType(i int) arvados.InstanceType { ProviderType: fmt.Sprintf("providertype%d", i), VCPUs: i, RAM: arvados.ByteSize(i) << 30, + Price: float64(i) * 0.123, } }