Skip to content

Commit

Permalink
Tests succeed even if CCI is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed Jun 21, 2021
1 parent 3c3b309 commit a730ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_salesforce_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from snowfakery import generate_data
from snowfakery.standard_plugins.Salesforce import SalesforceConnection
from snowfakery import data_gen_exceptions as exc
from tests.test_with_cci import skip_if_cumulusci_missing


class TestSalesforceGen:
Expand All @@ -28,6 +29,7 @@ def test_bad_kwargs(self):


class TestSalesforcePlugin:
@skip_if_cumulusci_missing
@pytest.mark.vcr()
def test_profile_id(self, generated_rows, org_config):
yaml = """
Expand Down

0 comments on commit a730ac7

Please sign in to comment.