Skip to content

Commit afcbc44

Browse files
committed
[e2e] add expected log to remote config test
1 parent 197743f commit afcbc44

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/new-e2e/tests/remote-config/rc_ssl_config_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ func (s *sslConfigSuite) TestRemoteConfigSSLConfigMismatch() {
4444
"remote Configuration does not allow skipping TLS validation by default",
4545
// Ensure the remote config service stops, and the client stops because the service is no longer responding
4646
"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",
4749
}
4850
assertAgentLogsEventually(s.T(), s.Env().RemoteHost, "agent", expectedLogs, 2*time.Minute, 5*time.Second)
4951

0 commit comments

Comments
 (0)