Skip to content

Commit

Permalink
#5: Update test Constant
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jun 18, 2019
1 parent 647dde6 commit de8969a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_base/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GOOD_CREDENTIALS_HEADER = {"Authorization": "TestSession"}
BAD_CREDENTIALS_HEADER = {"Authorization": "Santa Claus"}
GOOD_CREDENTIALS_HEADER = {"Authorization": "Bearer TestSession"}
BAD_CREDENTIALS_HEADER = {"Authorization": "Bearer SantaClaus"}

0 comments on commit de8969a

Please sign in to comment.