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

Diameter tests not running #159

Open
cchiaramelli opened this issue Jun 27, 2023 · 0 comments
Open

Diameter tests not running #159

cchiaramelli opened this issue Jun 27, 2023 · 0 comments

Comments

@cchiaramelli
Copy link
Contributor

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

- 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

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

No branches or pull requests

1 participant