We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e9cfb commit b497ceeCopy full SHA for b497cee
service.py
@@ -26,7 +26,6 @@ def __replace_data(self):
26
for old, new in {
27
"'": '"',
28
"%phone%": self.phone,
29
- "%phone9%": self.phone[1::],
30
"%name%": randomData.randomName(),
31
"%email%": randomData.randomEmail(),
32
"%password%": randomData.randomPass(),
services.json
@@ -563,10 +563,6 @@
563
{
564
"url": "https://api-prime.anytime.global/api/v2/auth/sendVerificationCode",
565
"data": "{'phone': '%phone%'}"
566
- },
567
- {
568
- "url": "https://moscow.rutaxi.ru/ajax_keycode.html",
569
- "data": "{'l': '%phone9%'}"
570
- }
+ }
571
]
572
}
0 commit comments