Skip to content

Commit a0e7ece

Browse files
committed
fix(tests): flaking on log entries again
1 parent 82453e8 commit a0e7ece

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

tests/integration/compose/docker-compose-internal-auth_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
9393
url: "http://127.0.0.1:8000/health",
9494
responsePayload: `{"status":{"teams":"available"}}`,
9595
httpResponseCode: 200,
96-
log: "Connecting to MongoDB",
96+
log: "motd.py",
9797
},
9898
{
9999
name: "teams-app",
@@ -130,7 +130,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
130130
url: "http://127.0.0.1:8000/health",
131131
responsePayload: `{"status":{"teams":"available"}}`,
132132
httpResponseCode: 200,
133-
log: "Connecting to MongoDB",
133+
log: "motd.py",
134134
},
135135
{
136136
name: "teams-app",
@@ -167,7 +167,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
167167
url: "http://127.0.0.1:8000/health",
168168
responsePayload: `{"status":{"teams":"available"}}`,
169169
httpResponseCode: 200,
170-
log: "Connecting to MongoDB",
170+
log: "motd.py",
171171
},
172172
{
173173
name: "teams-app",
@@ -211,7 +211,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
211211
url: "http://127.0.0.1:8000/health",
212212
responsePayload: `{"status":{"teams":"available"}}`,
213213
httpResponseCode: 200,
214-
log: "Connecting to MongoDB",
214+
log: "motd.py",
215215
},
216216
{
217217
name: "teams-app",

tests/integration/compose/docker-compose-legacy-auth_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
9393
url: "http://127.0.0.1:8000/health",
9494
responsePayload: `{"status":{"teams":"available"}}`,
9595
httpResponseCode: 200,
96-
log: "Connecting to MongoDB",
96+
log: "motd.py",
9797
},
9898
{
9999
name: "teams-app",
@@ -130,7 +130,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
130130
url: "http://127.0.0.1:8000/health",
131131
responsePayload: `{"status":{"teams":"available"}}`,
132132
httpResponseCode: 200,
133-
log: "Connecting to MongoDB",
133+
log: "motd.py",
134134
},
135135
{
136136
name: "teams-app",
@@ -167,7 +167,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
167167
url: "http://127.0.0.1:8000/health",
168168
responsePayload: `{"status":{"teams":"available"}}`,
169169
httpResponseCode: 200,
170-
log: "Connecting to MongoDB",
170+
log: "motd.py",
171171
},
172172
{
173173
name: "teams-app",
@@ -211,7 +211,7 @@ func (s *commonServicesLegacyAuthDockerComposeUpTest) TestDockerComposeUp() {
211211
url: "http://127.0.0.1:8000/health",
212212
responsePayload: `{"status":{"teams":"available"}}`,
213213
httpResponseCode: 200,
214-
log: "Connecting to MongoDB",
214+
log: "motd.py",
215215
},
216216
{
217217
name: "teams-app",

0 commit comments

Comments
 (0)