mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
[manual] Rename shakespeare users to zulip.com domain.
We need to update our Nagios configuration when this is deployed. (imported from commit 28cc3ecfe30c41562742733d6952c8e69b87d67e)
This commit is contained in:
@@ -11,7 +11,7 @@ var last_send_or_update = -1;
|
||||
|
||||
function log_in(credentials) {
|
||||
if (credentials === undefined) {
|
||||
credentials = {username: 'iago@humbughq.com', password: 'FlokrWdZefyEWkfI'};
|
||||
credentials = {username: 'iago@zulip.com', password: 'JhwLkBydEG1tAL5P'};
|
||||
}
|
||||
|
||||
casper.test.info('Logging in');
|
||||
|
||||
Reference in New Issue
Block a user