Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestURLBoundaries (0.15 sec)

  1. pkg/serviceaccount/openidmetadata_test.go

    			if !cmp.Equal(tt.WantKeys, ks.Keys, bigIntComparer) {
    				t.Errorf("unexpected diff in JWKS keys (-want, +got): %v",
    					cmp.Diff(tt.WantKeys, ks.Keys, bigIntComparer))
    			}
    		})
    	}
    }
    
    func TestURLBoundaries(t *testing.T) {
    	s, _ := setupServer(t, exampleIssuer, defaultKeys)
    	defer s.Close()
    
    	for _, tt := range []struct {
    		Name   string
    		Path   string
    		WantOK bool
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 02 01:53:17 UTC 2023
    - 14.8K bytes
    - Viewed (0)
Back to top