Skip to content

Commit

Permalink
Point to mobile.qa.rocket.chat
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Dec 16, 2024
1 parent f9d1ba2 commit 6e18655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ commands:
steps:
- run:
command: |
echo $E2E_ACCOUNT | base64 --decode > ./e2e_account.ts
echo $E2E_ACCOUNT_NEW | base64 --decode > ./e2e_account.ts
working_directory: e2e

version: 2.1
Expand Down
2 changes: 1 addition & 1 deletion e2e/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type TDataKeys = keyof TData;
export type TDataChannels = keyof typeof data.channels;

const data = {
server: 'https://mobile.rocket.chat',
server: 'https://mobile.qa.rocket.chat',
alternateServer: 'https://stable.rocket.chat',
...account,
channels: {
Expand Down

0 comments on commit 6e18655

Please sign in to comment.