Skip to content

Commit 8e291c0

Browse files
committed
chore: test ExhortApiIT against stage backend
1 parent aabf24c commit 8e291c0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,9 @@
7979
@Tag("IntegrationTest")
8080
@ExtendWith(HelperExtension.class)
8181
@ExtendWith(MockitoExtension.class)
82-
@SetSystemProperty(key = "TRUSTIFY_DA_BACKEND_URL", value = "https://rhda.rhcloud.com")
82+
@SetSystemProperty(key = "TRUSTIFY_DA_BACKEND_URL", value = "https://exhort.stage.devshift.net")
8383
@SetSystemProperty(key = "TRUST_DA_SOURCE", value = "trustify-da-java-client-it")
8484
@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")
8885
class ExhortApiIT extends ExhortTest {
8986

9087
private static Api api;

0 commit comments

Comments
 (0)