Skip to content

Commit

Permalink
tests: fix dsname2 variable for system tests
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Jan 14, 2025
1 parent aa7603f commit 353a261
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe("List command group", () => {

REAL_SESSION = TestEnvironment.createZosmfSession(testEnvironment);
dsname = getUniqueDatasetName(`${defaultSystem.zosmf.user}.ZOSFILE.LIST`, false, 1);
dsname2 = getUniqueDatasetName(`${defaultSystem.zosmf.user}.ZOSFILE.LIST2`, false, 1);
dsname2 = dsname + '2';
Imperative.console.info("Using dsname:" + dsname);

const user = `${defaultSystem.zosmf.user.trim()}`.replace(/\./g, "");
Expand Down

0 comments on commit 353a261

Please sign in to comment.