Skip to content

Commit

Permalink
Remove reply-after
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Aune committed Nov 7, 2023
1 parent db1bbc4 commit 177ad30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learntorank/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_services_to_text(self):
" <document-api></document-api>\n"
" </container>\n"
' <content id="testapp_content" version="1.0">\n'
' <redundancy reply-after="1">1</redundancy>\n'
' <redundancy>1</redundancy>\n'
" <documents>\n"
' <document type="news" mode="index"></document>\n'
' <document type="user" mode="index"></document>\n'
Expand Down Expand Up @@ -381,7 +381,7 @@ def test_services_to_text(self):
" <document-api></document-api>\n"
" </container>\n"
' <content id="testapp_content" version="1.0">\n'
' <redundancy reply-after="1">1</redundancy>\n'
' <redundancy>1</redundancy>\n'
" <documents>\n"
' <document type="testapp" mode="index"></document>\n'
" </documents>\n"
Expand Down

0 comments on commit 177ad30

Please sign in to comment.