From b6bb5ca1238c07869838f7d3394804b00fc4fd90 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 7 Oct 2024 17:04:08 +0200 Subject: [PATCH] - --- internal/build/info_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/build/info_test.go b/internal/build/info_test.go index ad6e0f4b5..72b0ed6f1 100644 --- a/internal/build/info_test.go +++ b/internal/build/info_test.go @@ -49,7 +49,7 @@ func TestConsistentDatabricksSdkVersion(t *testing.T) { type goListResponse struct { Origin struct { - Hash string `json:"Hash"` + Hash string } }