Skip to content

Commit

Permalink
revert add to update
Browse files Browse the repository at this point in the history
Signed-off-by: Romy <[email protected]>
  • Loading branch information
romayalon committed Sep 15, 2024
1 parent b556678 commit 0126e22
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ describe('cli account flow distinguished_name - permissions', function() {
await fs_utils.create_fresh_path(no_permissions_new_buckets_path);
await fs_utils.file_must_exist(no_permissions_new_buckets_path);
await set_path_permissions_and_owner(no_permissions_new_buckets_path, accounts.accessible_user.fs_options, 0o000);
const action = ACTIONS.ADD;
const action = ACTIONS.UPDATE;
const update_options = {
config_root,
...accounts.accessible_user.cli_options,
Expand All @@ -1923,7 +1923,7 @@ describe('cli account flow distinguished_name - permissions', function() {
await fs_utils.create_fresh_path(no_permissions_new_buckets_path);
await fs_utils.file_must_exist(no_permissions_new_buckets_path);
await set_path_permissions_and_owner(no_permissions_new_buckets_path, accounts.accessible_user.fs_options, 0o477);
const action = ACTIONS.ADD;
const action = ACTIONS.UPDATE;
const update_options = {
config_root,
...accounts.accessible_user.cli_options,
Expand All @@ -1940,7 +1940,7 @@ describe('cli account flow distinguished_name - permissions', function() {
await fs_utils.create_fresh_path(no_permissions_new_buckets_path);
await fs_utils.file_must_exist(no_permissions_new_buckets_path);
await set_path_permissions_and_owner(no_permissions_new_buckets_path, accounts.accessible_user.fs_options, 0o227);
const action = ACTIONS.ADD;
const action = ACTIONS.UPDATE;
const update_options = {
config_root,
...accounts.accessible_user.cli_options,
Expand Down

0 comments on commit 0126e22

Please sign in to comment.