Skip to content

Commit

Permalink
MAINT: fix link
Browse files Browse the repository at this point in the history
Signed-off-by: George Chen <qchea@amazon.com>
  • Loading branch information
chenqi0805 committed Nov 12, 2024
1 parent 3ca7dee commit 3d2e220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void testConvertPluginConfigsIntoJsonSchemasWithPrimaryFieldsOverride() throws J
final Map<String, Object> schemaMap = OBJECT_MAPPER.readValue(result.get("test_plugin"), MAP_TYPE_REFERENCE);
assertThat(schemaMap, notNullValue());
assertThat(schemaMap.get(DOCUMENTATION_LINK_KEY), equalTo(
"{{site.url}}{{site.baseurl}}/data-prepper/pipelines/configuration/null/test_plugin/"
"{{site.url}}{{site.baseurl}}/data-prepper/pipelines/configuration/null/test-plugin/"
));
assertThat(schemaMap.get(PRIMARY_FIELDS_KEY), equalTo(Collections.singletonList(testPrimaryField)));
assertThat(schemaMap.containsKey(PLUGIN_NAME_KEY), is(true));
Expand Down

0 comments on commit 3d2e220

Please sign in to comment.