Skip to content

Commit

Permalink
t: change which user is deleted from table
Browse files Browse the repository at this point in the history
Problem: There is a test in t1023-flux-account-banks.t that makes sure
the default bank of a user is updated when one of their user/bank rows
is deleted from the database by removing it in the test prior, but the
wrong user is deleted.

Change which user is deleted in t1023-flux-account-banks.t.
  • Loading branch information
cmoussa1 committed Nov 6, 2024
1 parent cb34b27 commit 872ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t1023-flux-account-banks.t
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test_expect_success 'add a user to two different banks' '
'

test_expect_success 'delete user default bank row' '
flux account delete-user user5013 E
flux account delete-user user5015 E
'

test_expect_success 'check that user default bank gets updated to other bank' '
Expand Down

0 comments on commit 872ddb4

Please sign in to comment.