mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
zephyr: Update path to process_cache for repository split.
This should have been done long ago, but better late than never.
This commit is contained in:
@@ -70,7 +70,7 @@ class ZephyrTest(ZulipTestCase):
|
||||
'ssh',
|
||||
'server',
|
||||
'--',
|
||||
'/home/zulip/zulip/api/integrations/zephyr/process_ccache',
|
||||
'/home/zulip/python-zulip-api/zulip/integrations/zephyr/process_ccache',
|
||||
'starnine',
|
||||
get_user(email, realm).api_key,
|
||||
'MTIzNA=='])
|
||||
@@ -97,7 +97,7 @@ class ZephyrTest(ZulipTestCase):
|
||||
'ssh',
|
||||
'server',
|
||||
'--',
|
||||
'/home/zulip/zulip/api/integrations/zephyr/process_ccache',
|
||||
'/home/zulip/python-zulip-api/zulip/integrations/zephyr/process_ccache',
|
||||
'starnine',
|
||||
get_user(email, realm).api_key,
|
||||
'MTIzNA=='])
|
||||
|
||||
Reference in New Issue
Block a user