github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/cloud/spotadvisor/export_test.go (about) 1 // Copyright 2021 GRAIL, Inc. All rights reserved. 2 // Use of this source code is governed by the Apache 2.0 3 // license that can be found in the LICENSE file. 4 5 package spotadvisor 6 7 // Only for use in unit tests. 8 func SetSpotAdvisorDataUrl(url string) { 9 spotAdvisorDataUrl = url 10 }