mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Sort HTTP output to fix unstable system test.
This commit is contained in:
@@ -54,7 +54,7 @@ class Serve1Test(BaseTest):
|
||||
|
||||
def check(self):
|
||||
self.check_output()
|
||||
self.verify_match(self.get_gold('http'), self.http_response)
|
||||
self.verify_match(self.get_gold('http'), self.http_response, match_prepare=lambda s: "\n".join(sorted(s.split("\n"))))
|
||||
|
||||
|
||||
class Serve2Test(BaseTest):
|
||||
|
||||
Reference in New Issue
Block a user