Skip to content

Django test assertions for graphene responses no longer working on 2.15.0 #1088

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

Open
baldwinchang opened this issue Jan 6, 2021 · 1 comment
Labels

Comments

@baldwinchang
Copy link

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

  • What is the current behavior?

assertions that used to pass no longer pass, with no changes to the code base

test case code:
https://repl.it/@baldwinchang/LightgrayRaggedBlock

  • What is the expected behavior?

Assertions do not fail

  • What is the motivation / use case for changing the behavior?

assert statements no longer equate

  • Please tell us about your environment:

    • Version: 2.15.0
    • Platform: Debian Docker
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow)

Downgrading the version to 2.14.0 fixes the issue.

Looks like #1084 is the culprit

@ulgens
Copy link
Collaborator

ulgens commented Jan 6, 2021

What is the TestCase class in example code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants