Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Jul 11, 2023
1 parent 93d6803 commit 1074ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_parameters_recognized(self):
{
"text_field": "different word",
"number_field": 22,
"date_field": "1991-01-01T00:00:00",
"date_field": "1991-01-01 00:00:00.000",
"list_field": "Option 2",
}
],
Expand Down

0 comments on commit 1074ce6

Please sign in to comment.