We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da90d99 commit edb606eCopy full SHA for edb606e
opamp-client/src/test/java/io/opentelemetry/opamp/client/internal/impl/OpampClientImplTest.java
@@ -249,7 +249,8 @@ void verifyAgentDescriptionSetter() {
249
@Test
250
void verifyRemoteConfigStatusSetter() {
251
initializeClient();
252
- RemoteConfigStatus status = RemoteConfigStatus.builder().lastRemoteConfigHash("abcd").build();
+ RemoteConfigStatus status =
253
+ getRemoteConfigStatus(RemoteConfigStatuses.RemoteConfigStatuses_APPLYING);
254
255
// Update when changed
256
client.setRemoteConfigStatus(status);
0 commit comments