Skip to content

Commit

Permalink
Really removed unnecessary CYPRESS_TOKEN setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Tignor authored and Thomas Tignor committed Dec 19, 2023
1 parent 23f6a69 commit d21b155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,4 @@ class Common(Configuration):
},
}

CYPRESS_TOKEN = os.getenv('REACT_APP_DEVAUTH', None)
CYPRESS_TOKEN = os.getenv(CYPRESS_TOKEN, None)

0 comments on commit d21b155

Please sign in to comment.