We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4fada commit 6665373Copy full SHA for 6665373
dockerutil/client_test.go
@@ -3,14 +3,15 @@ package dockerutil_test
3
import (
4
"testing"
5
6
- "github.com/coder/envbox/dockerutil"
7
"github.com/stretchr/testify/require"
+
8
+ "github.com/coder/envbox/dockerutil"
9
)
10
11
func TestAuthConfigFromString(t *testing.T) {
12
t.Parallel()
13
- creds := `{ "auths": { "docker.registry.test": { "auth": "Zm9vQGJhci5jb206YWJjMTIzCg==" } } }`
14
+ creds := `{ "auths": { "docker.registry.test": { "auth": "Zm9vQGJhci5jb206YWJjMTIz" } } }`
15
expectedUsername := "[email protected]"
16
expectedPassword := "abc123"
17
0 commit comments