Skip to content

Commit

Permalink
refactor: reformat tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemwood committed Aug 23, 2023
1 parent 05d88d9 commit 61309d5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/test_chalice.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def test_security():
response=Resp(
code=201, description="Updated successfully!", model=TestSchema
),
security=[{"BearerAuth": []}]
security=[{"BearerAuth": []}],
)
),
)
Expand Down Expand Up @@ -628,11 +628,6 @@ def test():
"required": ["hello", "world"],
},
},
"securitySchemes": {
"BearerAuth": {
"type": "http",
"scheme": "bearer"
}
}
"securitySchemes": {"BearerAuth": {"type": "http", "scheme": "bearer"}},
},
}

0 comments on commit 61309d5

Please sign in to comment.