Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestKMSHandlerNotConfiguredOrInvalidCreds (0.19 sec)

  1. cmd/kms-handlers_test.go

    				t.Fatalf("want response to contain %s, got %s", want, rec.Body.String())
    			}
    		}
    	}
    }
    
    // TestKMSHandlerNotConfiguredOrInvalidCreds tests KMS handlers for situations where KMS is not configured
    // or invalid credentials are provided.
    func TestKMSHandlerNotConfiguredOrInvalidCreds(t *testing.T) {
    	adminTestBed, tearDown := setupKMSTest(t, false)
    	defer tearDown()
    
    	tests := []struct {
    		name   string
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Aug 18 06:43:03 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top