We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575aa26 commit 3845b63Copy full SHA for 3845b63
providers/flipt/src/test/java/dev/openfeature/contrib/providers/flipt/FliptProviderTest.java
@@ -57,7 +57,7 @@ class FliptProviderTest {
57
58
@BeforeAll
59
void setUp(WireMockRuntimeInfo wmRuntimeInfo) {
60
- apiUrl = "http://localhost:" + wmRuntimeInfo.getHttpPort() + "/";
+ apiUrl = "http://localhost:" + wmRuntimeInfo.getHttpPort();
61
fliptProvider = buildFliptProvider();
62
OpenFeatureAPI.getInstance().setProviderAndWait("sync", fliptProvider);
63
client = OpenFeatureAPI.getInstance().getClient("sync");
0 commit comments