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

Removed dead code

parent 2ef8f784
No related branches found
No related tags found
1 merge request!4Feature/563 check callback
...@@ -22,20 +22,6 @@ public class CallbackTest { ...@@ -22,20 +22,6 @@ public class CallbackTest {
[SetUp] [SetUp]
public void Setup() { public void Setup() {
// POST /callbacks/fit-connect
// callback-authentication: 798cd0edb70c08e5b32aa8a18cbbc8ff6b3078c51af6d011ff4e32e470c746234fc4314821fe5185264b029e962bd37de33f3b9fc5f1a93c40ce6672845e90df
// callback-timestamp: 1672527599
//
// {"type":"https://schema.fitko.de/fit-connect/submission-api/callbacks/new-submissions","submissionIds":["f39ab143-d91a-474a-b69f-b00f1a1873c2"]}
// HttpRequest request = null!;
// request.Headers
// request.Headers.Add("callback-authentication",
// "798cd0edb70c08e5b32aa8a18cbbc8ff6b3078c51af6d011ff4e32e470c746234fc4314821fe5185264b029e962bd37de33f3b9fc5f1a93c40ce6672845e90df");
// request.Headers.Add("callback-timestamp", DateTime.Now.ToEpochTime().ToString());
// request.Method = "POST";
// request.ContentType = "application/json";
var memoryStream = new MemoryStream(); var memoryStream = new MemoryStream();
var streamWriter = new StreamWriter(memoryStream); var streamWriter = new StreamWriter(memoryStream);
......
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