Skip to content

Commit

Permalink
Fix failing test in test_end_to_end.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfreder committed Mar 7, 2024
1 parent f99e196 commit b5dc117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/local_lambda/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_env_var_with_equal_sign(self, arch, port):

r = self.create_container_and_invoke_function(cmd, port)

self.assertEqual(b'"5=5"', r.content)
self.assertEqual(b'"4=4"', r.content)

@parameterized.expand([("x86_64", "8001"), ("arm64", "9001"), ("", "9051")])
def test_two_invokes(self, arch, port):
Expand Down

0 comments on commit b5dc117

Please sign in to comment.