Skip to content

Commit

Permalink
updated URL address for audio file upload test
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-tjuhasz committed Dec 23, 2024
1 parent e355afa commit f50ef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infobip_api_client/tests/test_number_masking_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def test_should_update_number_masking_configuration(


def test_should_upload_audio_file(httpserver: HTTPServer, get_api_client):
given_url = "http://www.winhistory.de/more/winstart/mp3/winxp.mp3"
given_url = "https://example.com"
given_file_id = "cb702ae4-f356-4efd-b2dd-7a667b570af5"

given_request = {"url": given_url}
Expand Down

0 comments on commit f50ef4a

Please sign in to comment.