Skip to content

Commit 76fe4fa

Browse files
committed
chore: test ExhortApiIT against stage backend
1 parent aabf24c commit 76fe4fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/java/io/github/guacsec/trustifyda/impl/ExhortApiIT.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
import java.util.function.Function;
6262
import java.util.stream.Collectors;
6363
import org.junit.jupiter.api.BeforeAll;
64-
import org.junit.jupiter.api.Disabled;
6564
import org.junit.jupiter.api.Tag;
6665
import org.junit.jupiter.api.Test;
6766
import org.junit.jupiter.api.extension.ExtendWith;
@@ -79,12 +78,9 @@
7978
@Tag("IntegrationTest")
8079
@ExtendWith(HelperExtension.class)
8180
@ExtendWith(MockitoExtension.class)
82-
@SetSystemProperty(key = "TRUSTIFY_DA_BACKEND_URL", value = "https://rhda.rhcloud.com")
81+
@SetSystemProperty(key = "TRUSTIFY_DA_BACKEND_URL", value = "https://exhort.stage.devshift.net")
8382
@SetSystemProperty(key = "TRUST_DA_SOURCE", value = "trustify-da-java-client-it")
8483
@RestoreSystemProperties
85-
// TODO: Re-enable this integration test when https://issues.redhat.com/browse/TC-3192 is resolved
86-
// The test is currently disabled due to backend service changes that prevent successful connections
87-
@Disabled("Backend service unavailable - see https://issues.redhat.com/browse/TC-3192")
8884
class ExhortApiIT extends ExhortTest {
8985

9086
private static Api api;

0 commit comments

Comments
 (0)