Skip to content

Commit

Permalink
Merge pull request #753 from Mashape/fix/alf-serializer-specs
Browse files Browse the repository at this point in the history
fix(specs) correct alf_serializer_spec fixture
  • Loading branch information
thibaultcha committed Dec 2, 2015
2 parents ba2259a + af2ec4b commit c9b3a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/plugins/mashape-analytics/fixtures/requests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ return {
{name = "hello", value = "world"},
{name = "hello", value = "earth"}
},
text = "hello=world&hello=earth"
text = "base64_hello=world&hello=earth"
},
queryString = {
{name = "foo", value = "bar"},
Expand All @@ -250,7 +250,7 @@ return {
content = {
mimeType = "application/www-form-urlencoded",
size = 934,
text = "{\"message\":\"response body\"}"
text = "base64_{\"message\":\"response body\"}"
},
cookies = {EMPTY_ARRAY_PLACEHOLDER},
headers = {
Expand Down

0 comments on commit c9b3a0e

Please sign in to comment.