Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Romy <[email protected]>
  • Loading branch information
romayalon committed Feb 10, 2025
1 parent 30f4875 commit 3e19320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit_tests/test_nc_cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ mocha.describe('manage_nsfs cli', function() {
await exec_manage_cli(type, '', { config_root, ips: '' });
assert.fail('should have failed with whitelist ips should not be empty.');
} catch (err) {
assert_error(err, ManageCLIError.InvalidWhiteListIPFormat);
assert_error(err, ManageCLIError.UnsetArgumentIsInvalid);
}
});

Expand Down

0 comments on commit 3e19320

Please sign in to comment.