Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tests/terminalAsanaTests/Integration/Get_Taks_v1_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

namespace terminalAsanaTests.Integration
{
[Explicit]
[Ignore]
[Explicit]
[Ignore]// because asana don`t allow use tokens that were issued for different domains (i.e. i can`t use token for localhost in dev)
class Get_Taks_v1_Tests: BaseTerminalIntegrationTest
{
public override string TerminalName => "terminalAsana";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace terminalAsanaTests.Integration
{
[Explicit]
[Ignore]
[Ignore]// because asana don`t allow use tokens that were issued for different domains (i.e. i can`t use token for localhost in dev)
class Post_Comment_v1_Tests : BaseTerminalIntegrationTest
{
public override string TerminalName => "terminalAsana";
Expand Down
2 changes: 1 addition & 1 deletion terminalAsana/Web.Dev.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<log4net xdt:Transform="Replace" configSource ="Config\log4net.terminals.Dev.config"/>
<appSettings xdt:Transform="SetAttributes" file="Config\Settings.Dev.config">
<add key="DefaultHubUrl" value="https://dev.fr8.co/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DefaultHubUrl" value="http://dev.fr8.co/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="terminalAsana.TerminalEndpoint" value="http://dev-terminals.fr8.co:56785" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>

</appSettings>
Expand Down
2 changes: 1 addition & 1 deletion terminalAsana/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!--Fr8 stuff-->
<add key="HubApiVersion" value="v1" />
<add key="DefaultHubUrl" value="https://localhost:30643/" />
<add key="DefaultHubUrl" value="http://localhost:30643/" />

<add key="terminalAsana.TerminalEndpoint" value="http://localhost:56785" />
<add key="TerminalId" value="6a5c763f-4355-49c1-8b25-3e0423d7aaaa" />
Expand Down