nickvsnetworking / pyhss

Python HSS / Diameter Server
GNU Affero General Public License v3.0
71 stars 59 forks source link

Diameter tests not running #159

Open cchiaramelli opened 1 year ago

cchiaramelli commented 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

- 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