Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove next token from list_caches and list_signing_keys #173

Merged
merged 3 commits into from
Feb 26, 2024

Commits on Feb 21, 2024

  1. chore: remove next token from list_caches and list_signing_keys

    Remove the next_token argument from list_caches and list_signing_keys.
    It isn't used by the back end and clutters the function signature.
    
    Add a delete_cache to an integration test that was missing one. The
    tests may still leak caches if the tests fail before getting to the
    delete cache statement at the end. More comprehensive protection will
    follow.
    nand4011 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    40b91b3 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    nand4011 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    befa6df View commit details
    Browse the repository at this point in the history
  3. fix clippy errors

    nand4011 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    30e61fc View commit details
    Browse the repository at this point in the history