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{ peerInfo := PeerInfo{
Transport: transport, Transport: transport,
HTTP: struct { HTTP: struct {
Version string Version string
UserAgent string UserAgent string
Origin string Origin string
Host string Host string
}{ }{
Version: "1.1", Version: "1.1",
UserAgent: "test", UserAgent: "test",
Origin: source, Origin: source,
Host: "test", Host: "test",
}, },
} }