Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDecodeDockerConfigFieldAuth (0.25 sec)

  1. pkg/credentialprovider/config_test.go

    		}
    
    		if !reflect.DeepEqual(tt.expect, output) {
    			t.Errorf("case %d: expected output %#v, got %#v", i, tt.expect, output)
    		}
    	}
    }
    
    func TestDecodeDockerConfigFieldAuth(t *testing.T) {
    	tests := []struct {
    		input    string
    		username string
    		password string
    		fail     bool
    	}{
    		// auth field decodes to username & password
    		{
    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