Skip to content

Commit

Permalink
MAG2-312 - Fixed remote address problem in Mage 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FatchipRobert committed Jul 8, 2024
1 parent 645d6f5 commit 678a345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Unit/Helper/ToolkitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function testIsKeyValid()
]
);

$hash = $this->toolkit->hashString($key);
$hash = $this->toolkit->hashString($key, 'md5');
$result = $this->toolkit->isKeyValid($hash);
$this->assertTrue($result);

Expand Down

0 comments on commit 678a345

Please sign in to comment.