Added warnings when configuring connection info in sql backends

This commit is contained in:
vishalnayak
2016-06-21 09:58:57 -04:00
parent 799bb9c286
commit ff90768684
6 changed files with 14 additions and 12 deletions

View File

@@ -39,9 +39,6 @@ func TestBackend_config_connection(t *testing.T) {
if err != nil || (resp != nil && resp.IsError()) {
t.Fatalf("err:%s resp:%#v\n", err, resp)
}
if resp != nil {
t.Fatalf("expected a nil response")
}
configReq.Operation = logical.ReadOperation
resp, err = b.HandleRequest(configReq)