Skip to content

Commit 512151d

Browse files
authored
Updated test to use databricks-sdk library as Faker library isn't being installed correctly (#2397)
1 parent dcef2e4 commit 512151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/acceptance/cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func TestAccClusterResource_CreateClusterWithLibraries(t *testing.T) {
3131
library {
3232
pypi {
3333
repo = "https://pypi.org/simple"
34-
package = "Faker"
34+
package = "databricks-sdk"
3535
}
3636
}
3737
library {

0 commit comments

Comments
 (0)