From 6ed7f223b5d8d75d5995e53c02e59c36e85624e7 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 29 Jan 2025 17:18:34 +0100 Subject: [PATCH] - --- acceptance/acceptance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index 864cdb8a8..caa774744 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -109,7 +109,7 @@ func testAccept(t *testing.T, InprocessMode bool, singleTest string) int { cloudEnv := os.Getenv("CLOUD_ENV") if cloudEnv == "" { - defaultServer := StartServer(t) + defaultServer := testserver.New(t) AddHandlers(defaultServer) // Redirect API access to local server: t.Setenv("DATABRICKS_HOST", defaultServer.URL)