Skip to content

Commit

Permalink
Change special character
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhdodang authored and vdespa committed Oct 7, 2020
1 parent 874b734 commit 189f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cheatsheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Cookie exists: ::

Cookie has value: ::

pm.expect(pm.cookies.get('sessionId')).to.eql(ad3se3ss8sg7sg3');
pm.expect(pm.cookies.get('sessionId')).to.eql('ad3se3ss8sg7sg3');


Body
Expand Down

0 comments on commit 189f517

Please sign in to comment.