Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 11, 2024
1 parent 2120d27 commit 6126387
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,6 @@ def api_secret_fixture() -> str:
return uuid.uuid4().hex




@pytest.fixture(name="connector_id")
def connector_id_fixture() -> str:
return "connector_id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def test_basic_resource_request(
account_id: str,
account_id: str,
api_key: str,
api_secret: str,
connector_id: str,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def test_fivetran_workspace_data_to_fivetran_connector_table_props_data(
account_id: str,
account_id: str,
api_key: str,
api_secret: str,
fetch_workspace_data_api_mocks: Callable,
Expand Down

0 comments on commit 6126387

Please sign in to comment.