summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-04-18 23:20:26 +1000
committerDamien George <damien@micropython.org>2021-04-18 23:20:26 +1000
commit7d911d20698b3b11269f34ecec97d3b4bfabac94 (patch)
tree85448bd2b499afc10a73e04112d42c2efb1e9531
parentf842a40df4d26bd74b92a3903096fc6b1709222d (diff)
tests/net_inet: Add 'Strict-Transport-Security' to exp file.
Because micropython.org now adds this to the headers. Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--tests/net_inet/uasyncio_tcp_read_headers.py.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/net_inet/uasyncio_tcp_read_headers.py.exp b/tests/net_inet/uasyncio_tcp_read_headers.py.exp
index c200238dc..932d2674c 100644
--- a/tests/net_inet/uasyncio_tcp_read_headers.py.exp
+++ b/tests/net_inet/uasyncio_tcp_read_headers.py.exp
@@ -5,6 +5,7 @@ b'Content-Length: 54'
b'Connection: close'
b'Vary: Accept-Encoding'
b'ETag: "54306c85-36"'
+b'Strict-Transport-Security: max-age=15768000'
b'Accept-Ranges: bytes'
close
done