Skip to content

Commit 479b53e

Browse files
ref test_fp_03.01 Verify status code of links
update footer_data.py #35
1 parent 8117181 commit 479b53e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_data/footer_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class FooterData:
1717

1818
links_href = (link1, link2, link3, link4, link5, link6)
1919

20-
link_status_codes = (200, 403)
20+
link_status_codes = (200, 301, 403)
2121

2222
s = f"{Links.URL_MAIN_PAGE}logos/"
2323
images_src = (f"{s}logo_ARASAAC_black-6aced95542b919137b28bced5be83596.png",

0 commit comments

Comments
 (0)