Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Dec 21, 2022
1 parent 6f40110 commit b7530b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/unit/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ async def request(self, *args: Any, **kwargs: Any) -> AsyncIterator[None]:


# dynamodb-local does non include the #-prefixed value
@pytest.mark.parametrize("error_type", ["ValidationException", "com.amazonaws.dynamodb.v20120810#ValidationException"])
@pytest.mark.parametrize(
"error_type",
["ValidationException", "com.amazonaws.dynamodb.v20120810#ValidationException"],
)
async def test_dynamo_errors_get_raised_depaginated(error_type: str) -> None:
class TestResponse:
status = 400
Expand Down

0 comments on commit b7530b7

Please sign in to comment.