We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197743f commit afcbc44Copy full SHA for afcbc44
1 file changed
test/new-e2e/tests/remote-config/rc_ssl_config_test.go
@@ -44,6 +44,8 @@ func (s *sslConfigSuite) TestRemoteConfigSSLConfigMismatch() {
44
"remote Configuration does not allow skipping TLS validation by default",
45
// Ensure the remote config service stops, and the client stops because the service is no longer responding
46
"remote configuration isn't enabled, disabling client",
47
+ // Ensure the agent logs a warning about the remote config service being unable to start
48
+ "unable to create remote config service",
49
}
50
assertAgentLogsEventually(s.T(), s.Env().RemoteHost, "agent", expectedLogs, 2*time.Minute, 5*time.Second)
51
0 commit comments