Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/GLEF1X/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X committed May 14, 2021
2 parents 52a76e0 + 6a8676d commit 23cdbca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ asyncio.run(main())

```

## 🌟Webhooks / polling & handlers
## 🌟Webhooks & handlers

```python
import logging
Expand Down Expand Up @@ -468,4 +468,4 @@ async def main():

asyncio.run(main())

```
```
8 changes: 4 additions & 4 deletions tests/types/dataset.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
API_DATA = {
"api_access_token": "2ef55757d94f77534a49251ee41c8d59",
"api_access_token": "",
"secret_p2p":
"eyJ2ZXJzaW9uIjoiUDJQIiwiZGF0YSI6eyJwYXlpbl9tZXJjaGFudF9zaXRlX3VpZCI6ImJuMXZmNy0wMCIsInVzZXJfaWQiOiIzODA5NjgzMTc0NTkiLCJzZWNyZXQiOiI4ZjI4NGVjYWQ0ZTE0Y2MwYzA5ZTRlOWNiNTJjM2Q3MzU2NGVjMWQxZDYyNWIwZDZhMTQ3NjIyZDEyZTJmNWFlIn19",
"phone_number": "+380968317459"
"",
"phone_number": ""
}

YOO_MONEY_DATA = {
"api_access_token": "4100116602400968.3CA5CF3053F6D047025F1BB937471BADD188C967D14C23F97F282FDC7697B574891F979175E072A4ABFAA5C91AE917C73D6781F6F3762058B45FAB1126C2CC6AC15D9306C6C767A84D9CF49C88DC9F7C12179C74CA75EA57727BCCE7564988A84E7529A19614E704F681337D97BE4A45A4E62E52EDDFE3C3A458BA16F6B6004F"
"api_access_token": ""
}

WRONG_API_DATA = {
Expand Down

0 comments on commit 23cdbca

Please sign in to comment.