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

test: use coverage instead of equality to test error payload #391

Merged
merged 2 commits into from
Apr 1, 2024

Commits on Mar 29, 2024

  1. mod: bump stretchr/testify to v1.9.0

    In this version (latest currently) require.Subset supports maps
    correctly. Also it has the feature documented.
    nshy committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    22b8867 View commit details
    Browse the repository at this point in the history
  2. test: use coverage instead of equality to test error payload

    We are going to add missing 'user' payload field for ACCESS_DENIED error
    which will break current tests. Let fix tests to allow adding
    new payload fields for errors.
    
    Need for tarantool/tarantool#9108
    nshy committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7ac1cd9 View commit details
    Browse the repository at this point in the history