Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
updated some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerioms committed Aug 26, 2015
1 parent 45ad0ce commit 8bad0d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ internal void WriteStream(Model.Request<T> request)
using (var streamWriter = new StreamWriter(HttpWebRequest.GetRequestStream()))
{
streamWriter.Write(JsonConvert.SerializeObject(request.Content));

}
}

Expand Down
2 changes: 1 addition & 1 deletion Intelipost/Intelipost.UnitTest/TestConfigure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public TestContext TestContext
[TestMethod]
public void TestInitialize()
{
new Configure().Initialize("bf8a1ca4fbb69a93990dba0442154e1a3efeb36f077db433a56d2fbf137f97e2", true, "C:\\InteliPost API Log\\");
new Configure().Initialize("8c9da3f8ecd96acb2aae0cffb47e67d8fc94706a8083238a9e83ac144a4488f2", true, "C:\\InteliPost API Log\\");
}
}
}
2 changes: 1 addition & 1 deletion Intelipost/Intelipost.UnitTest/TestQuote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void TestRequest()

try
{
var modelResponse = new API.Quote().RequestNewQuote(modelRequest,"fc8e9d156fcfb48fbfe4c66febac48acce84e5af");
var modelResponse = new API.Quote().RequestNewQuote(modelRequest,"");

Assert.IsFalse(modelResponse.Status == "ERROR", "Houve algum problema na requisição, por favor, verifique o Log gerado para esta resposta da requisição.");
}
Expand Down

0 comments on commit 8bad0d8

Please sign in to comment.