Skip to content

Commit

Permalink
4827 Facebook Marketing test fixes
Browse files Browse the repository at this point in the history
Rename `abnormal_state.json` to `future_state.json`.
Undo adding base class for `TestFacebookMarketingSource`.
  • Loading branch information
Zirochkaa committed Jul 26, 2021
1 parent e3aaf5e commit 0362768
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Expand Up @@ -24,7 +24,7 @@ tests:
incremental:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog_without_insights.json"
future_state_path: "integration_tests/abnormal_state.json"
future_state_path: "integration_tests/future_state.json"
full_refresh:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
Expand Up @@ -27,7 +27,6 @@
from typing import Any, List, MutableMapping, Set, Tuple

import pytest
from source_acceptance_test.base import BaseTest
from airbyte_cdk import AirbyteLogger
from airbyte_cdk.models import AirbyteMessage, ConfiguredAirbyteCatalog, Type
from source_facebook_marketing.source import SourceFacebookMarketing
Expand Down Expand Up @@ -56,7 +55,7 @@ def configured_catalog_fixture():
return ConfiguredAirbyteCatalog.parse_file("integration_tests/configured_catalog.json")


class TestFacebookMarketingSource(BaseTest):
class TestFacebookMarketingSource:
@pytest.mark.parametrize(
"stream_name, deleted_id", [("ads", "23846756820320398"), ("campaigns", "23846541919710398"), ("ad_sets", "23846541706990398")]
)
Expand Down

0 comments on commit 0362768

Please sign in to comment.