This commit is contained in:
Shreyas Goenka 2024-10-07 17:04:08 +02:00
parent 3cb5a21916
commit b6bb5ca123
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func TestConsistentDatabricksSdkVersion(t *testing.T) {
type goListResponse struct {
Origin struct {
Hash string `json:"Hash"`
Hash string
}
}