8000 minor test fix · localstack/localstack@ca9f093 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca9f093

Browse files
committed
minor test fix
1 parent a000d33 commit ca9f093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/apigateway/test_apigateway_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ def _test_invoke(url):
16731673
assert 200 == result.status_code
16741674
assert re.search(
16751675
"http://.*localhost.*/person/123",
1676-
content["request_url"],
1676+
content["url"],
16771677
)
16781678

16791679
for use_hostname in [True, False]:

0 commit comments

Comments
 (0)
0