Skip to content

Commit

Permalink
Fix version in missing test.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ortiz <[email protected]>
  • Loading branch information
taik0 committed Jan 22, 2024
1 parent 736108b commit f64beb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/specs/cors_5.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"content-type": ["application/json; charset=utf-8"],
"Cache-Control": ["public, max-age=3600"],
"X-Krakend-Completed": ["true"],
"X-Krakend": ["Version 2.5.0"],
"X-Krakend": ["Version 2.5.1"],
"Vary": ["Origin"],
"Access-Control-Allow-Origin": ["*"],
"Access-Control-Expose-Headers": ["Content-Length"]
Expand Down

0 comments on commit f64beb6

Please sign in to comment.