зеркало из https://github.com/microsoft/asconnect.git
style check
This commit is contained in:
Родитель
91c8a6030b
Коммит
9bb4637178
|
@ -761,15 +761,12 @@ def test_set_idfa() -> None:
|
||||||
serves_ads=True,
|
serves_ads=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_get_versions_phased_release() -> None:
|
def test_get_versions_phased_release() -> None:
|
||||||
"""Test that we can get a specific app store version."""
|
"""Test that we can get a specific app store version."""
|
||||||
key_id, key_contents, issuer_id = get_test_data()
|
key_id, key_contents, issuer_id = get_test_data()
|
||||||
|
|
||||||
client = asconnect.Client(
|
client = asconnect.Client(key_id=key_id, key_contents=key_contents, issuer_id=issuer_id,)
|
||||||
key_id=key_id,
|
|
||||||
key_contents=key_contents,
|
|
||||||
issuer_id=issuer_id,
|
|
||||||
)
|
|
||||||
app = client.app.get_from_bundle_id(APP_ID)
|
app = client.app.get_from_bundle_id(APP_ID)
|
||||||
|
|
||||||
assert app is not None
|
assert app is not None
|
||||||
|
|
Загрузка…
Ссылка в новой задаче