File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1616from api_workflow import run_api_workflow_with_assertions
1717
1818
19- @unittest .skip ("Skip until can work with QA account" )
2019class TestAxpOptimizationsApi (unittest .TestCase ):
2120 def setUp (self ):
2221 api_client = CommonFunctions .build_api_client ()
@@ -29,8 +28,8 @@ def test_single_unit_scenario(self):
2928
3029 def create_calculation (test_context ):
3130 print ("Creating single unit calculation" )
32- axp_strategy = AxiomaEquityOptimizerStrategy (id = "Client:/Optimizer/CN_TEST " )
33- axp_account = OptimizerAccount (id = "CLIENT:/OPTIMIZER/IBM.ACCT " )
31+ axp_strategy = AxiomaEquityOptimizerStrategy (id = "Client:/Optimizer/TAXTEST " )
32+ axp_account = OptimizerAccount (id = "BENCH:SP50 " )
3433 optimization = Optimization (risk_model_date = "09/01/2020" ,backtest_date = "09/01/2020" )
3534 trades_list = OptimizerTradesList (identifier_type = "SedolChk" , include_cash = False )
3635 output_types = OptimizerOutputTypes (trades = trades_list )
You can’t perform that action at this time.
0 commit comments