Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now CLI gets a fixed alias #2189

Merged
merged 1 commit into from Apr 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/integration.js
Expand Up @@ -1291,8 +1291,7 @@ test('try to revert a deployment and assign the automatic aliases', async t => {
const firstDeployment = fixture('now-revert-alias-1');
const secondDeployment = fixture('now-revert-alias-2');

const { stdout: username } = await execute(['whoami']);
let url = `https://now-revert-alias.${username}.now.sh`;
let url = `https://now-cli.user.now.sh`;

{
const { stdout: deploymentUrl, code } = await execute([firstDeployment]);
Expand Down