Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

Commit 8ab0e1e

Browse files
committed
modified: tests/conftest.py
1 parent 474654d commit 8ab0e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def fixture_finance_currency_api_mock():
385385
"""
386386
def simple_app(environ, start_response):
387387
path = environ.get('PATH_INFO', '')
388-
if path == 'currencies.json&prettyprint=false&show_alternative=false&show_inactive=false&app_id=test_app_id':
388+
if path == '/currencies.json&prettyprint=false&show_alternative=false&show_inactive=false&app_id=test_app_id':
389389
response_body = json.dumps({
390390
"USD": "United States Dollar",
391391
"EUR": "Euro",

0 commit comments

Comments
 (0)