Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Sep 28, 2023
1 parent 6b51420 commit 8838e63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

package org.elasticsearch.xpack.transform.integration;

import org.elasticsearch.Version;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
import org.elasticsearch.common.xcontent.support.XContentMapValues;
import org.elasticsearch.xpack.core.transform.TransformConfigVersion;
import org.elasticsearch.xpack.core.transform.transforms.DestAlias;
import org.elasticsearch.xpack.core.transform.transforms.SettingsConfig;
import org.junit.Before;
Expand Down Expand Up @@ -53,7 +53,7 @@ public void testTransformDestIndexMetadata() throws Exception {

Map<?, ?> mappingAsMap = entityAsMap(mappingResponse);
assertEquals(
Version.CURRENT.toString(),
TransformConfigVersion.CURRENT.toString(),
XContentMapValues.extractValue("pivot_reviews.mappings._meta._transform.version.created", mappingAsMap)
);
assertTrue(
Expand Down

0 comments on commit 8838e63

Please sign in to comment.