Skip to content
Snippets Groups Projects
Commit 42b6ccb5 authored by Klaus Fischer's avatar Klaus Fischer
Browse files

BUGFIX: Unit test failed due to changed error message

parent d62c6856
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,6 @@ public class CallbackTest {
Assert.Throws<ArgumentException>(() => {
FitConnect.Subscriber.VerifyCallback(_callbackSecret, _request);
})
.Message.Should().Be("Request is not authentic");
.Message.Should().Be("Verified request does not match authentication");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment