Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestReadDockerConfigFileFromBytes (0.54 sec)

  1. pkg/credentialprovider/config_test.go

    		}
    
    		if string(tt.expect) != string(actual) {
    			t.Errorf("case %d: expected %v, got %v", i, string(tt.expect), string(actual))
    		}
    	}
    }
    
    func TestReadDockerConfigFileFromBytes(t *testing.T) {
    	testCases := []struct {
    		id               string
    		input            []byte
    		expectedCfg      DockerConfig
    		errorExpected    bool
    		expectedErrorMsg string
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 19 15:11:57 UTC 2023
    - 10.7K bytes
    - Viewed (0)
Back to top