We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30971d commit c30a543Copy full SHA for c30a543
astroquery/atomic/tests/test_atomic_remote.py
@@ -12,7 +12,7 @@ def test_default_form_values():
12
default_response = AtomicLineList._request(
13
method="GET", url=AtomicLineList.FORM_URL,
14
data={}, timeout=AtomicLineList.TIMEOUT)
15
- bs = BeautifulSoup(default_response.text)
+ bs = BeautifulSoup(default_response.text, 'html5')
16
form = bs.find('form')
17
18
default_form_values = AtomicLineList._get_default_form_values(form)
0 commit comments