Skip to content

Commit 308b825

Browse files
committed
fix: use fiftyone debug log msg instead of sanic motd
1 parent 79402bb commit 308b825

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: "Run Fast",
96+
log: "Successfully connected to MongoDB",
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: "Run Fast",
133+
log: "Successfully connected to MongoDB",
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: "Run Fast",
170+
log: "Successfully connected to MongoDB",
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: "Goin' Fast",
214+
log: "Successfully connected to MongoDB",
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: "Run Fast",
96+
log: "Successfully connected to MongoDB",
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: "Run Fast",
133+
log: "Successfully connected to MongoDB",
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: "Run Fast",
170+
log: "Successfully connected to MongoDB",
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: "Goin' Fast",
214+
log: "Successfully connected to MongoDB",
215215
},
216216
{
217217
name: "teams-app",

0 commit comments

Comments
 (0)