mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/azure: Fix vetting error
This commit is contained in:
parent
c49802de87
commit
4d74bc789e
@ -140,7 +140,7 @@ func TestAzure_providerConfigure(t *testing.T) {
|
||||
err = rp.Configure(terraform.NewResourceConfig(rawConfig))
|
||||
meta := rp.(*schema.Provider).Meta()
|
||||
if meta == nil {
|
||||
t.Fatal("Expected metadata, got nil: err: %s", err)
|
||||
t.Fatalf("Expected metadata, got nil: err: %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user