Skip to content

Commit

Permalink
put state in account post test as is now required
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaBirmingham committed Mar 4, 2020
1 parent beba982 commit 816d81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsetta_private_api/api/tests/test_api_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_accounts_post_without_required_fields(self):
"city": "Springfield",
"country_code": "US",
"post_code": "12345",
# No state because state is optional
"state": "OH",
"street": "123 Main St. E. Apt. 2"
},
"email": "janedoe@example.com",
Expand Down

0 comments on commit 816d81d

Please sign in to comment.