chore: improve variable names of mocked users (#17701)

Many times I got confused when using MockUser and MockUser2 so I just
decided to better naming them to MockUserOwner and MockUserMember.
This commit is contained in:
Bruno Quaresma
2025-05-08 09:32:32 -03:00
committed by GitHub
parent c66e80e862
commit 2695f4e950
43 changed files with 189 additions and 192 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export const WithQuota: Story = {
parameters: {
queries: [
{
key: getWorkspaceQuotaQueryKey(MockUser.username),
key: getWorkspaceQuotaQueryKey(MockUserOwner.username),
data: {
credits_consumed: 2,
budget: 40,