Skip to content

Commit 876498a

Browse files
committed
fix: update unit test
1 parent e609270 commit 876498a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ func (s *commonServicesInternalAuthDockerComposeTest) TestServiceEnvironment() {
614614
"FIFTYONE_MEDIA_CACHE_SIZE_BYTES=-1",
615615
"FIFTYONE_PLUGINS_DIR=/opt/plugins",
616616
"FIFTYONE_TELEMETRY_REDIS_URL=redis://telemetry-redis:6379",
617+
"PYTHONUNBUFFERED=1",
617618
"TELEMETRY_SOCKET=/tmp/telemetry/agent.sock",
618619
},
619620
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ func (s *commonServicesLegacyAuthDockerComposeTest) TestServiceEnvironment() {
696696
"FIFTYONE_MEDIA_CACHE_SIZE_BYTES=-1",
697697
"FIFTYONE_PLUGINS_DIR=/opt/plugins",
698698
"FIFTYONE_TELEMETRY_REDIS_URL=redis://telemetry-redis:6379",
699+
"PYTHONUNBUFFERED=1",
699700
"TELEMETRY_SOCKET=/tmp/telemetry/agent.sock",
700701
},
701702
},

0 commit comments

Comments
 (0)