mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-05 02:48:05 +02:00
run gofmt -s
This commit is contained in:
parent
36ba83a6b0
commit
fb30f3f023
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ func Test_getEvaluatorRequest(t *testing.T) {
|
||||||
},
|
},
|
||||||
MetadataContext: &envoy_config_core_v3.Metadata{
|
MetadataContext: &envoy_config_core_v3.Metadata{
|
||||||
FilterMetadata: map[string]*structpb.Struct{
|
FilterMetadata: map[string]*structpb.Struct{
|
||||||
"com.pomerium.client-certificate-info": &structpb.Struct{
|
"com.pomerium.client-certificate-info": {
|
||||||
Fields: map[string]*structpb.Value{
|
Fields: map[string]*structpb.Value{
|
||||||
"presented": structpb.NewBoolValue(true),
|
"presented": structpb.NewBoolValue(true),
|
||||||
"validated": structpb.NewBoolValue(true),
|
"validated": structpb.NewBoolValue(true),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue