mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-31 07:56:35 +00:00
fix: ensure autoreconnect setting matches documentation (#157)
Co-authored-by: bolkedebruin <bolkedebruin@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,6 @@ func TestRdpBuilder(t *testing.T) {
|
|||||||
}
|
}
|
||||||
if !strings.Contains(s, "smart sizing:i:1"+CRLF) {
|
if !strings.Contains(s, "smart sizing:i:1"+CRLF) {
|
||||||
t.Fatalf("%s does not contain smart sizing:i:1", s)
|
t.Fatalf("%s does not contain smart sizing:i:1", s)
|
||||||
|
|
||||||
}
|
}
|
||||||
log.Printf("%s", builder.String())
|
log.Printf("%s", builder.String())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user