Commit 822a862
committed
(Temporarily) Fixed issue with Get Cookies test
The `Get Cookies` test started to fail. It was written to expect
just the another and test cookies but was also receiving the far_future
cookie. I'm a bit unsure as to why this wasn't failing sooner. I would
have expected this cookie to also appear. So not sure what was happening
here. Git blame shows this has been unchanged for a while.
I have updated the expected return value from get cookies. I do see some
possible improvements. The previous check allowed for the order to be swapped.
With three that is a bit more complicated. Instead of going into a complex
check for any order I am going to leave this till we see that appear.1 parent 5c113c6 commit 822a862
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments