We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b96afc commit 325f323Copy full SHA for 325f323
1 file changed
tests/Unit/APITest.php
@@ -111,7 +111,7 @@ public function testGetOpenApiSpecThrowsExceptionWhenFormatIsInvalid()
111
$api = $this->buildApiMock('/tmp/CustomAlerts_openapi_spec_v1.0.0.json', true, '{}');
112
113
$this->expectException(\Exception::class);
114
- $this->expectExceptionMessage('General_ExceptionInvalidReportRendererFormat');
+ $this->expectExceptionMessage("Report format 'yaml' not valid");
115
116
$api->getOpenApiSpec('CustomAlerts', 'yaml');
117
}
0 commit comments