Open cchiaramelli opened 1 year ago
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
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