Skip to content

Commit

Permalink
stoopid circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Feb 19, 2019
1 parent 92c4fb3 commit 547bd81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package plugin

import (
"context"
"encoding/base64"
"fmt"
"os"
"testing"
Expand Down Expand Up @@ -40,6 +41,8 @@ func testAccStepConfig(t *testing.T, uri string) logicaltest.TestStep {
if password == "" {
t.Fatal("KAFKA_ROOT_CERTIFICATE must be set in the env")
}
sDec, _ := base64.StdEncoding.DecodeString(password)
password = string(sDec)

return logicaltest.TestStep{
Operation: logical.UpdateOperation,
Expand Down

0 comments on commit 547bd81

Please sign in to comment.