We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After setting test environment for test_Diameter.py, I noticed the test test_B_Recv_AIR is failing. I believe this assertion should be updated
test_Diameter.py
test_B_Recv_AIR
- self.assertEqual(packet_vars['ApplicationId'], 0, "Application ID Mismatch") + self.assertEqual(packet_vars['ApplicationId'], 16777251, "Application ID Mismatch")
I could submit a PR but wanted to check that the test suites should be running before doing so
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After setting test environment for
test_Diameter.py
, I noticed the testtest_B_Recv_AIR
is failing. I believe this assertion should be updatedI could submit a PR but wanted to check that the test suites should be running before doing so
The text was updated successfully, but these errors were encountered: