Skip to content

Commit ad41ce2

Browse files
Update test_media_api.py
1 parent 69f6333 commit ad41ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_media_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def setUp(self) -> None:
3535
self.api_client = bandwidth.ApiClient(configuration)
3636
self.api_instance = media_api.MediaApi(self.api_client)
3737
self.account_id = BW_ACCOUNT_ID
38-
self.media_path = "../test/fixtures/"
38+
self.media_path = "./test/fixtures/"
3939
self.media_file = "python_cat.jpeg"
4040
self.media_id = PYTHON_VERSION + "_" + RUNNER_OS + "_" + str(uuid.uuid4()) + "_" + self.media_file
4141
self.download_file_path = "cat_download.jpeg"

0 commit comments

Comments
 (0)