Skip to content

Commit

Permalink
test: ensure running test in v4 emulation engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiovaresco committed Jul 18, 2023
1 parent ceb2e4c commit e4fe6a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package io.gravitee.policy.transformheaders.v3;

import io.gravitee.apim.gateway.tests.sdk.annotations.GatewayTest;
import io.gravitee.definition.model.ExecutionMode;

@GatewayTest
@GatewayTest(v2ExecutionMode = ExecutionMode.V4_EMULATION_ENGINE)
class TransformHeadersPolicyV4EmulationIntegrationTest extends TransformHeadersPolicyV3IntegrationTest {}

0 comments on commit e4fe6a7

Please sign in to comment.