Skip to content

Commit 26abd13

Browse files
authored
fix (#20914)
1 parent c6b77cf commit 26abd13

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

proxmox/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def method(method, url, file='response', headers=None, params=None):
6868
request_path = url
6969
if params:
7070
param_string = '/'.join(f'{key}={str(val)}' for key, val in params.items())
71-
request_path = f'{url}?{param_string}'
71+
request_path = f'{url}/{param_string}'
7272

7373
response = responses_map.get(method, {}).get(request_path, {}).get(filename)
7474
return response

proxmox/tests/fixtures/GET/api2/json/nodes/ip-122-82-3-112/tasks?since=1752552000/response.json renamed to proxmox/tests/fixtures/GET/api2/json/nodes/ip-122-82-3-112/tasks/since=1752552000/response.json

File renamed without changes.

0 commit comments

Comments
 (0)