quick self review

This commit is contained in:
shwoop 2025-07-02 16:56:22 +02:00
parent 346c15bebd
commit bc95c932b9
No known key found for this signature in database
GPG key ID: 95A35B68C1E5F95A
3 changed files with 10 additions and 10 deletions

View file

@ -263,14 +263,14 @@ func ContextWithMockPeerInfo(ctx context.Context, transport, source string) cont
peerInfo := PeerInfo{
Transport: transport,
HTTP: struct {
Version string
UserAgent string
Origin string
Host string
Version string
UserAgent string
Origin string
Host string
}{
Version: "1.1",
UserAgent: "test",
Origin: source,
Version: "1.1",
UserAgent: "test",
Origin: source,
Host: "test",
},
}