Traceback (most recent call last):
File "E:\Proyectos\python-redsys\redsys\tests\redsys.py", line 209, in test_sample
self.assertEqual(redsys_data['Ds_Signature'], signature)
AssertionError: 'jYGvi/jEWufC4r11i9GDDnRJmw7mQHPbOA/IJ8fD3Fs=' != 'XiMqO66ytDZ8PeoGoiGjm57igv0I4Dr1PD7wXyJLSKE='
- jYGvi/jEWufC4r11i9GDDnRJmw7mQHPbOA/IJ8fD3Fs=
+ XiMqO66ytDZ8PeoGoiGjm57igv0I4Dr1PD7wXyJLSKE=
The algorithm gives a different result than the expected key, i don't know if it's an issue with the expected key or with the algorithm itself.
The algorithm gives a different result than the expected key, i don't know if it's an issue with the expected key or with the algorithm itself.