Fix api/ and sdk/ package tests (#25067)

* fix

* left in incorrectly

* don't print generate commands

* handle line breaks

* remove -e
This commit is contained in:
miagilepner
2024-01-25 14:45:44 +01:00
committed by GitHub
parent 0e227bf0d7
commit 49a59bda5e
11 changed files with 178 additions and 118 deletions

View File

@@ -177,7 +177,7 @@ func testGRPCBackend(t *testing.T) (logical.Backend, func()) {
}),
},
}
client, _ := gplugin.TestPluginGRPCConn(t, pluginMap)
client, _ := gplugin.TestPluginGRPCConn(t, false, pluginMap)
cleanup := func() {
client.Close()
}