Skip to content

Commit

Permalink
fix expected output of whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Sep 20, 2024
1 parent 8803b9d commit 2d191fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cli/tests/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ fn run_whoami_works() {
.assert()
.success();

assert.stdout("logged into registry wasmer.wtf as user \"ciuser\"\n");
assert.stdout("logged into registry wasmer.wtf as user ciuser\n");
}

0 comments on commit 2d191fd

Please sign in to comment.