Skip to content

Commit

Permalink
Merge pull request #1778 from zowe/fix-logout-system-test
Browse files Browse the repository at this point in the history
Fix system test: Udpate V1 message
  • Loading branch information
t1m0thyj authored Aug 7, 2023
2 parents 044c6fc + da51894 commit 43ef128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe("auth login/logout apiml create profile", () => {
expect(response.stderr.toString()).toBe("");
expect(response.status).toBe(0);
expect(response.stdout.toString()).toContain("Logout successful. The authentication token has been revoked");
expect(response.stdout.toString()).toContain("Token was removed from your"); // ${name} base profile
expect(response.stdout.toString()).toContain("and removed from your 'default' base profile"); // V1 message
});
});

Expand Down

0 comments on commit 43ef128

Please sign in to comment.