Skip to content

Commit 2fc7063

Browse files
committed
test(frontend): update admin value fixture
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent ae4a79a commit 2fc7063

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tests/utils/adminFieldValues.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const value = (fieldDefinitionId: number, userUid = 'alice'): FieldValueRecord =
2727
user_uid: userUid,
2828
value: { value: `value-${fieldDefinitionId}` },
2929
current_visibility: 'users',
30+
updated_by_uid: 'admin',
31+
updated_at: '2026-03-10T00:00:00+00:00',
3032
})
3133

3234
describe('buildAdminEditableFields', () => {

0 commit comments

Comments
 (0)