File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/PersonalityInsights.v3.UnitTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public void ConstructorNoUrl()
8888 var url = System . Environment . GetEnvironmentVariable ( "PERSONALITY_INSIGHTS_URL" ) ;
8989 System . Environment . SetEnvironmentVariable ( "PERSONALITY_INSIGHTS_URL" , null ) ;
9090 PersonalityInsightsService service = Substitute . For < PersonalityInsightsService > ( "versionDate" ) ;
91- Assert . IsTrue ( service . ServiceUrl == "https://api.us-east .personality-insights.watson.cloud.ibm.com" ) ;
91+ Assert . IsTrue ( service . ServiceUrl == "https://api.us-south .personality-insights.watson.cloud.ibm.com" ) ;
9292 System . Environment . SetEnvironmentVariable ( "PERSONALITY_INSIGHTS_URL" , url ) ;
9393 System . Environment . SetEnvironmentVariable ( "PERSONALITY_INSIGHTS_APIKEY" , apikey ) ;
9494 }
You can’t perform that action at this time.
0 commit comments