Skip to content

Commit

Permalink
adding fo_decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbacardit26 committed Oct 22, 2024
1 parent d2bee16 commit 2231483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guillotina_audit/tests/test_audit_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ async def test_metadata_field(guillotina_es):
"foo_string": "foo_string",
"foo_dict": {"foo_key": "foo_value"},
},
"foo_decimal": 1.234,
},
)
audit_utility.log_wildcard(payload)
Expand All @@ -346,4 +347,5 @@ async def test_metadata_field(guillotina_es):
"foo_list": [1, 2, 3, 4],
"foo_number": 120,
"foo_string": "foo_string",
"foo_decimal": 1.234,
}

0 comments on commit 2231483

Please sign in to comment.