mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
Fix #579: Pipeline, Task Entities and PipeineService for Airflow, Prefect
This commit is contained in:
parent
a1fd954e21
commit
ad07e6bd57
@ -88,7 +88,7 @@ public class PipelineServiceResourceTest extends CatalogApplicationTest {
|
||||
// Create pipeline with mandatory brokers field empty
|
||||
exception = assertThrows(HttpResponseException.class, () ->
|
||||
createService(create(test).withPipelineUrl(null), adminAuthHeaders()));
|
||||
TestUtils.assertResponse(exception, BAD_REQUEST, "[url must not be null]");
|
||||
TestUtils.assertResponse(exception, BAD_REQUEST, "[pipelineUrl must not be null]");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user