Skip to content

Commit

Permalink
Handle API backtest charts read null requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Jul 20, 2023
1 parent a6283b0 commit f8de495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Api/ApiTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ public class ApiTestBase
[OneTimeSetUp]
public void Setup()
{
Config.Set("job-user-id", "200374");
Config.Set("api-access-token", "f2d0a4af7ad8731c3e387475944e27c92566b78c32b709d835504ca00a6fb8e7");
Config.Set("job-organization-id", "d6d62db48592c72e67b534553413b691");

TestAccount = Config.GetInt("job-user-id", 1);
TestToken = Config.Get("api-access-token", "EnterTokenHere");
TestOrganization = Config.Get("job-organization-id", "EnterOrgHere");
Expand Down

0 comments on commit f8de495

Please sign in to comment.