Skip to content

Commit

Permalink
modifies test error message, signs commit
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Lacy <[email protected]>
  • Loading branch information
colinjlacy committed Nov 20, 2023
1 parent 197ac8e commit 5fc2b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rest/rest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@ func TestDebugLoggingRequestMaskAuthorizationHeader(t *testing.T) {
t.Errorf("Expected redacted %q header value, got %v", k, v)
}
} else if k == "Remains-Unmasked" && v != plaintext {
t.Errorf("Expected %q header to have value %q, got %v", k, plaintext, v)
t.Errorf("Expected %q header key to have value %q, got %v", k, plaintext, v)
}
}
}
Expand Down

0 comments on commit 5fc2b2e

Please sign in to comment.