Skip to content

Commit

Permalink
pre-commit autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 19, 2024
1 parent 848efd8 commit 9497beb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def fake_date(faker: Faker):
return faker.date_time().strftime("%Y-%m-%d %H:%M:%S")


@pytest.fixture()
@pytest.fixture
def accounts_response(faker: Faker):
"""Return a sample response for the accounts stream."""
return {
Expand Down Expand Up @@ -54,7 +54,7 @@ def accounts_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def connections_response(faker: Faker):
"""Return a sample response for the connections stream."""
return {
Expand Down Expand Up @@ -94,7 +94,7 @@ def connections_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def environments_response(faker: Faker):
"""Return a sample response for the environments stream."""
return {
Expand Down Expand Up @@ -135,7 +135,7 @@ def environments_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def jobs_response(faker: Faker):
"""Return a sample response for the jobs stream."""
return {
Expand Down Expand Up @@ -202,7 +202,7 @@ def jobs_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def projects_response():
"""Return a sample response for the projects stream."""
return {
Expand Down Expand Up @@ -232,7 +232,7 @@ def projects_response():
}


@pytest.fixture()
@pytest.fixture
def repositories_response(faker: Faker):
"""Return a sample response for the repositories stream."""
return {
Expand Down Expand Up @@ -270,7 +270,7 @@ def repositories_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def runs_response(faker: Faker):
"""Return a sample response for the runs stream."""
return {
Expand Down Expand Up @@ -303,7 +303,7 @@ def runs_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def users_response(faker: Faker):
"""Return a sample response for the users stream."""
return {
Expand Down

0 comments on commit 9497beb

Please sign in to comment.