Skip to content

Commit

Permalink
Merge pull request #56 from omnivector-solutions/tucker/bump-pytest-v…
Browse files Browse the repository at this point in the history
…ersion-to-8

Added support for pytest 8
  • Loading branch information
dusktreader authored Oct 9, 2024
2 parents 3d65247 + 0f3776d commit 9d85637
Show file tree
Hide file tree
Showing 3 changed files with 1,126 additions and 1,223 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ from fastapi import FastAPI, Depends

app = FastAPI()
armasec = Armasec(
os.environ.get("ARMASEC_DOMAIN"),
domain=os.environ.get("ARMASEC_DOMAIN"),
audience=os.environ.get("ARMASEC_AUDIENCE"),
)

Expand Down
Loading

0 comments on commit 9d85637

Please sign in to comment.