Skip to content

Commit

Permalink
Merge pull request #1149 from jakob-keller/test-configuration-default…
Browse files Browse the repository at this point in the history
…s-mode-auto

Test configuration defaults mode auto
  • Loading branch information
jakob-keller authored Aug 18, 2024
2 parents 9a8e263 + 5f80f2e commit 32808d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pytest.mark.parametrize(
'defaults_mode,retry_mode',
[('legacy', 'legacy'), ('standard', 'standard')],
[('legacy', 'legacy'), ('standard', 'standard'), ('auto', 'standard')],
)
@pytest.mark.moto
@pytest.mark.asyncio
Expand Down

0 comments on commit 32808d2

Please sign in to comment.