Skip to content

Commit

Permalink
fix(tests/legacy): don't send bad data
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored and mr-cal committed Oct 3, 2024
1 parent bf9a203 commit 702ed0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/legacy/fake_servers/snapd.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def _handle_snaps(self):

def _handle_snap_file(self, parsed_url):
self.send_response(200)
self.send_header("Content-Length", len(parsed_url))
self.send_header("Content-type", "text/plain")
self.end_headers()
self.wfile.write(parsed_url.encode())
Expand Down

0 comments on commit 702ed0b

Please sign in to comment.