Skip to content

Commit 6665373

Browse files
committed
echo -n
1 parent 9a4fada commit 6665373

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dockerutil/client_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ package dockerutil_test
33
import (
44
"testing"
55

6-
"github.com/coder/envbox/dockerutil"
76
"github.com/stretchr/testify/require"
7+
8+
"github.com/coder/envbox/dockerutil"
89
)
910

1011
func TestAuthConfigFromString(t *testing.T) {
1112
t.Parallel()
1213

13-
creds := `{ "auths": { "docker.registry.test": { "auth": "Zm9vQGJhci5jb206YWJjMTIzCg==" } } }`
14+
creds := `{ "auths": { "docker.registry.test": { "auth": "Zm9vQGJhci5jb206YWJjMTIz" } } }`
1415
expectedUsername := "[email protected]"
1516
expectedPassword := "abc123"
1617

0 commit comments

Comments
 (0)