Skip to content

Commit

Permalink
Test setting a wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Apr 26, 2022
1 parent d701006 commit dd96768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exodus_lambda/functions/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def lambda_version(self):

def set_lambda_version(self, response):
response.setdefault("headers", {})["x-exodus-version"] = [
{"key": "X-Exodus-Version", "value": self.lambda_version}
{"key": "X-Exodus-Version", "value": "testing-wrong-version"}
]

def set_cache_control(self, uri, response):
Expand Down

0 comments on commit dd96768

Please sign in to comment.