@@ -93,12 +93,12 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
9393 url : "http://127.0.0.1:8000/health" ,
9494 responsePayload : `{"status":{"teams":"available"}}` ,
9595 httpResponseCode : 200 ,
96- log : "motd.py " ,
96+ log : "FiftyOne Teams API starting up " ,
9797 },
9898 {
9999 name : "teams-app" ,
100100 url : "http://127.0.0.1:3000/api/hello" ,
101- responsePayload : `{"name ":"John Doe "}` ,
101+ responsePayload : `{"status ":"available "}` ,
102102 httpResponseCode : 200 ,
103103 log : " ✓ Ready in" ,
104104 },
@@ -107,7 +107,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
107107 url : "http://127.0.0.1:3030/cas/api" ,
108108 responsePayload : `{"status":"available"}` ,
109109 httpResponseCode : 200 ,
110- log : " ✓ Ready in " ,
110+ log : "FiftyOne CAS starting up " ,
111111 },
112112 // ordering this last to avoid test flakes where testing for log before the container is running
113113 {
@@ -130,12 +130,12 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
130130 url : "http://127.0.0.1:8000/health" ,
131131 responsePayload : `{"status":{"teams":"available"}}` ,
132132 httpResponseCode : 200 ,
133- log : "motd.py " ,
133+ log : "FiftyOne Teams API starting up " ,
134134 },
135135 {
136136 name : "teams-app" ,
137137 url : "http://127.0.0.1:3000/api/hello" ,
138- responsePayload : `{"name ":"John Doe "}` ,
138+ responsePayload : `{"status ":"available "}` ,
139139 httpResponseCode : 200 ,
140140 log : " ✓ Ready in" ,
141141 },
@@ -144,7 +144,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
144144 url : "http://127.0.0.1:3030/cas/api" ,
145145 responsePayload : `{"status":"available"}` ,
146146 httpResponseCode : 200 ,
147- log : " ✓ Ready in " ,
147+ log : "FiftyOne CAS starting up " ,
148148 },
149149 // ordering this last to avoid test flakes where testing for log before the container is running
150150 {
@@ -167,12 +167,12 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
167167 url : "http://127.0.0.1:8000/health" ,
168168 responsePayload : `{"status":{"teams":"available"}}` ,
169169 httpResponseCode : 200 ,
170- log : "motd.py " ,
170+ log : "FiftyOne Teams API starting up " ,
171171 },
172172 {
173173 name : "teams-app" ,
174174 url : "http://127.0.0.1:3000/api/hello" ,
175- responsePayload : `{"name ":"John Doe "}` ,
175+ responsePayload : `{"status ":"available "}` ,
176176 httpResponseCode : 200 ,
177177 log : " ✓ Ready in" ,
178178 },
@@ -181,7 +181,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
181181 url : "http://127.0.0.1:3030/cas/api" ,
182182 responsePayload : `{"status":"available"}` ,
183183 httpResponseCode : 200 ,
184- log : " ✓ Ready in " ,
184+ log : "FiftyOne CAS starting up " ,
185185 },
186186 // ordering this last to avoid test flakes where testing for log before the container is running
187187 {
@@ -211,12 +211,12 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
211211 url : "http://127.0.0.1:8000/health" ,
212212 responsePayload : `{"status":{"teams":"available"}}` ,
213213 httpResponseCode : 200 ,
214- log : "motd.py " ,
214+ log : "FiftyOne Teams API starting up " ,
215215 },
216216 {
217217 name : "teams-app" ,
218218 url : "http://127.0.0.1:3000/api/hello" ,
219- responsePayload : `{"name ":"John Doe "}` ,
219+ responsePayload : `{"status ":"available "}` ,
220220 httpResponseCode : 200 ,
221221 log : " ✓ Ready in" ,
222222 },
@@ -225,7 +225,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
225225 url : "http://127.0.0.1:3030/cas/api" ,
226226 responsePayload : `{"status":"available"}` ,
227227 httpResponseCode : 200 ,
228- log : " ✓ Ready in " ,
228+ log : "FiftyOne CAS starting up " ,
229229 },
230230 // ordering this last to avoid test flakes where testing for log before the container is running
231231 {
0 commit comments