@@ -101,7 +101,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
101101 url : "http://127.0.0.1:8000/health" ,
102102 responsePayload : `{"status":{"teams":"available"}}` ,
103103 httpResponseCode : 200 ,
104- log : "[INFO] Starting worker" ,
104+ log : "Starting worker" ,
105105 },
106106 {
107107 name : "teams-app" ,
@@ -123,7 +123,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
123123 url : "" ,
124124 responsePayload : "" ,
125125 httpResponseCode : 200 ,
126- log : "[INFO] Running on http://0.0.0.0:5151" ,
126+ log : "Running on http://0.0.0.0:5151" ,
127127 },
128128 },
129129 },
@@ -138,7 +138,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
138138 url : "http://127.0.0.1:8000/health" ,
139139 responsePayload : `{"status":{"teams":"available"}}` ,
140140 httpResponseCode : 200 ,
141- log : "[INFO] Starting worker" ,
141+ log : "Starting worker" ,
142142 },
143143 {
144144 name : "teams-app" ,
@@ -160,7 +160,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
160160 url : "" ,
161161 responsePayload : "" ,
162162 httpResponseCode : 200 ,
163- log : "[INFO] Running on http://0.0.0.0:5151" ,
163+ log : "Running on http://0.0.0.0:5151" ,
164164 },
165165 },
166166 },
@@ -175,7 +175,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
175175 url : "http://127.0.0.1:8000/health" ,
176176 responsePayload : `{"status":{"teams":"available"}}` ,
177177 httpResponseCode : 200 ,
178- log : "[INFO] Starting worker" ,
178+ log : "Starting worker" ,
179179 },
180180 {
181181 name : "teams-app" ,
@@ -197,14 +197,14 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
197197 url : "" ,
198198 responsePayload : "" ,
199199 httpResponseCode : 0 ,
200- log : "[INFO] Running on http://0.0.0.0:5151" ,
200+ log : "Running on http://0.0.0.0:5151" ,
201201 },
202202 {
203203 name : "teams-plugins" ,
204204 url : "" ,
205205 responsePayload : "" ,
206206 httpResponseCode : 0 ,
207- log : "[INFO] Running on http://0.0.0.0:5151" , // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
207+ log : "Running on http://0.0.0.0:5151" , // same as fiftyone-app since plugins uses or is based on the fiftyone-app image
208208 },
209209 },
210210 },
@@ -219,7 +219,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
219219 url : "http://127.0.0.1:8000/health" ,
220220 responsePayload : `{"status":{"teams":"available"}}` ,
221221 httpResponseCode : 200 ,
222- log : "[INFO] Starting worker" ,
222+ log : "Starting worker" ,
223223 },
224224 {
225225 name : "teams-app" ,
@@ -241,7 +241,7 @@ func (s *commonServicesInternalAuthDockerComposeUpTest) TestDockerComposeUp() {
241241 url : "" ,
242242 responsePayload : "" ,
243243 httpResponseCode : 0 ,
244- log : "[INFO] Running on http://0.0.0.0:5151" ,
244+ log : "Running on http://0.0.0.0:5151" ,
245245 },
246246 {
247247 name : "teams-do" ,
0 commit comments