Change TO form to accept decimals for CLIN input fields

This commit is contained in:
leigh-mil
2019-01-28 10:06:59 -05:00
parent 526ab59024
commit f6a04aea62
2 changed files with 35 additions and 11 deletions

View File

@@ -119,7 +119,7 @@ def test_task_order_form_shows_errors(client, user_session):
body = response.data.decode()
assert "There were some errors" in body
assert "Not a valid integer" in body
assert "Not a valid decimal" in body
@pytest.fixture