aboutsummaryrefslogtreecommitdiff
path: root/tests/models/legacy/test_offerwall_parse_response.py
diff options
context:
space:
mode:
authorstuppie2026-08-18 19:09:22 -0600
committerstuppie2026-08-18 19:09:22 -0600
commit28729d407470407bbc78bc7fb6574953b2f03f59 (patch)
tree698a5820105f0ff02c93b5205faee7747fcb6ad9 /tests/models/legacy/test_offerwall_parse_response.py
parent4d4fce08f3a4c9dbd78fdacf3193b345cf982da3 (diff)
parent0742210fc7eaa54d8068bfd18414158dc9b33672 (diff)
downloadgeneralresearch-28729d407470407bbc78bc7fb6574953b2f03f59.tar.gz
generalresearch-28729d407470407bbc78bc7fb6574953b2f03f59.zip
Merge branch 'master' of ssh://code.g-r-l.com/generalresearch
Diffstat (limited to 'tests/models/legacy/test_offerwall_parse_response.py')
-rw-r--r--tests/models/legacy/test_offerwall_parse_response.py19
1 files changed, 9 insertions, 10 deletions
diff --git a/tests/models/legacy/test_offerwall_parse_response.py b/tests/models/legacy/test_offerwall_parse_response.py
index 7fb5315..b1c96ad 100644
--- a/tests/models/legacy/test_offerwall_parse_response.py
+++ b/tests/models/legacy/test_offerwall_parse_response.py
@@ -2,20 +2,20 @@ import json
from generalresearch.models import Source
from generalresearch.models.legacy.bucket import (
- TopNPlusBucket,
- SurveyEligibilityCriterion,
+ BucketTask,
DurationSummary,
PayoutSummary,
- BucketTask,
+ SurveyEligibilityCriterion,
+ TopNPlusBucket,
)
class TestOfferwallTopNAndStarwall:
def test_45b7228a7(self):
from generalresearch.models.legacy.offerwall import (
+ StarwallOfferWallResponse,
TopNOfferWall,
TopNOfferWallResponse,
- StarwallOfferWallResponse,
)
from tests.models.legacy.data import (
RESPONSE_45b7228a7,
@@ -31,8 +31,8 @@ class TestOfferwallTopNAndStarwall:
def test_b145b803(self):
from generalresearch.models.legacy.offerwall import (
- TopNPlusOfferWallResponse,
StarwallPlusOfferWallResponse,
+ TopNPlusOfferWallResponse,
)
from tests.models.legacy.data import (
RESPONSE_b145b803,
@@ -44,8 +44,8 @@ class TestOfferwallTopNAndStarwall:
def test_d48cce47(self):
from generalresearch.models.legacy.offerwall import (
- TopNPlusBlockOfferWallResponse,
StarwallPlusBlockOfferWallResponse,
+ TopNPlusBlockOfferWallResponse,
)
from tests.models.legacy.data import (
RESPONSE_b145b803,
@@ -62,12 +62,12 @@ class TestOfferwallTopNAndStarwall:
def test_1e5f0af8(self):
from generalresearch.models.legacy.offerwall import (
- TopNPlusBlockRecontactOfferWallResponse,
StarwallPlusBlockRecontactOfferWallResponse,
+ TopNPlusBlockRecontactOfferWallResponse,
)
from tests.models.legacy.data import (
- RESPONSE_d48cce47,
RESPONSE_1e5f0af8,
+ RESPONSE_d48cce47,
)
res = json.loads(RESPONSE_1e5f0af8)
@@ -149,7 +149,6 @@ class TestMarketplace:
from generalresearch.models.legacy.offerwall import (
MarketplaceOfferwallResponse,
)
-
from tests.models.legacy.data import (
RESPONSE_5fa23085,
)
@@ -175,8 +174,8 @@ class TestTimebucks:
TimeBucksBlockOfferwallResponse,
)
from tests.models.legacy.data import (
- RESPONSE_1705e4f8,
RESPONSE_0af0f7ec,
+ RESPONSE_1705e4f8,
)
res = json.loads(RESPONSE_0af0f7ec)