Skip to content

Commit

Permalink
Fix testcase name
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-browserstack committed Jan 29, 2024
1 parent 4ea05b8 commit 4223cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app_percy.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_invalid_driver(self):
@patch.object(AppAutomate, 'execute_percy_screenshot_end', MagicMock(return_value=None))
@patch.object(Metadata, 'session_id', PropertyMock(return_value='unique_session_id'))
@patch.dict(os.environ, {"PERCY_DISABLE_REMOTE_UPLOADS": "true"})
def test_android_on_app_automate(self):
def test_app_percy_with_sync(self):
with patch('percy.metadata.AndroidMetadata.remote_url', new_callable=PropertyMock) as mock_remote_url:
mock_remote_url.return_value = 'url-of-browserstack-cloud'
app_percy = AppPercy(self.mock_android_webdriver)
Expand Down

0 comments on commit 4223cb7

Please sign in to comment.