Skip to content

Commit 206abf1

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAPCR-1341 Fix line too long
1 parent 2caf84a commit 206abf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/utils/tap/conn/tests/test_conn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def test_find_header():
126126
('Set-Cookie', 'JSESSIONID=E677B51BA5C4837347D1E17D4E36647E; Path=/data-server; Secure; HttpOnly'),
127127
('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'),
128128
('Cache-Control', 'no-cache, no-store, max-age=0, must-revalidate'), ('Pragma', 'no-cache'),
129-
('Expires', '0'), ('X-Frame-Options', 'SAMEORIGIN'), ('Set-Cookie',
130-
'SESSION=ZjQ3MjIzMDAtNjNiYy00Mjk3LTk5YzctNjczMGY5NWMxOGU3; Path=/data-server; Secure; HttpOnly; SameSite=Lax'),
129+
('Expires', '0'), ('X-Frame-Options', 'SAMEORIGIN'),
130+
('Set-Cookie', 'SESSION=ZjQ3MjIzMDAt; Path=/data-server; Secure; HttpOnly; SameSite=Lax'),
131131
('Transfer-Encoding', 'chunked'), ('Content-Type', 'text/plain; charset=UTF-8')]
132132
key = 'Set-Cookie'
133133
result = tap.find_header(headers, key)

0 commit comments

Comments
 (0)