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 } }