File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,12 @@ describe("load", function () {
114114 } ) ;
115115
116116 it ( "should throw error given invalid connection string" , async ( ) => {
117- return expect ( load ( "invalid-connection-string" ) ) . eventually . rejectedWith ( "Invalid connection string. " ) ;
117+ return expect ( load ( "invalid-connection-string" ) ) . eventually . rejectedWith ( "Invalid connection string" ) ;
118118 } ) ;
119119
120120 it ( "should throw error given invalid endpoint URL" , async ( ) => {
121121 const credential = createMockedTokenCredential ( ) ;
122- return expect ( load ( "invalid-endpoint-url" , credential ) ) . eventually . rejectedWith ( "Invalid Endpoint URL: invalid-endpoint-url " ) ;
122+ return expect ( load ( "invalid-endpoint-url" , credential ) ) . eventually . rejectedWith ( "Invalid URL" ) ;
123123 } ) ;
124124
125125 it ( "should not include feature flags directly in the settings" , async ( ) => {
You can’t perform that action at this time.
0 commit comments