Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 9, 2023
1 parent 8236673 commit ae7d918
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/tests_unit/test_cli_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ def test_cli_upgrade_2023_4_1_to_2023_5_1(monkeypatch):
"provider",
["aws", "azure", "do", "gcp"],
)
def test_cli_upgrade_2023_5_1_to_2023_7_1(
monkeypatch, provider
):
def test_cli_upgrade_2023_5_1_to_2023_7_1(monkeypatch, provider):
config = assert_nebari_upgrade_success(
monkeypatch, "2023.5.1", "2023.7.1", provider=provider
)
Expand Down

0 comments on commit ae7d918

Please sign in to comment.