Skip to content

Commit 1578714

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAPCR-1341 New method find_all_headers
1 parent 958ac88 commit 1578714

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ def get_file_from_header(self, headers):
138138
def find_header(self, headers, key):
139139
return taputils.taputil_find_header(headers, key)
140140

141+
def find_all_headers(self, headers, key):
142+
return taputils.taputil_find_all_headers(headers, key)
143+
141144
def execute_table_edit(self, data,
142145
content_type="application/x-www-form-urlencoded",
143146
verbose=False):

0 commit comments

Comments
 (0)