Skip to content

Commit

Permalink
Removed github auth requirements in development mode
Browse files Browse the repository at this point in the history
Signed-off-by: AyishikD <[email protected]>
  • Loading branch information
AyishikD committed Sep 12, 2024
1 parent e0403d0 commit d471604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teuthology_api/routes/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)


DEPLOYMENT = os.getenv("DEPLOYMENT", "development")
DEPLOYMENT = os.getenv("DEPLOYMENT","development")
@router.post("/", status_code=200)
def create_run(
request: Request,
Expand Down

0 comments on commit d471604

Please sign in to comment.