Skip to content

Commit 2dbf999

Browse files
committed
config: fix e2e testing
1 parent 3cd0b26 commit 2dbf999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ RUN curl -o /usr/bin/minio https://dl.min.io/server/minio/release/linux-$TARGETA
125125
&& mc --version
126126

127127
COPY ./scripts /usr/local/bin
128-
COPY ./config/full-stack.json /etc/livepeer/full-stack.json
129128

130129
ENV CATALYST_DOWNLOADER_PATH=/usr/local/bin \
131130
CATALYST_DOWNLOADER_MANIFEST=/etc/livepeer/manifest.yaml \
@@ -134,7 +133,7 @@ ENV CATALYST_DOWNLOADER_PATH=/usr/local/bin \
134133

135134
RUN mkdir /data
136135

137-
CMD ["/usr/local/bin/catalyst", "--", "/usr/local/bin/MistController", "-c", "/etc/livepeer/generated.json]
136+
CMD ["/usr/local/bin/catalyst"]
138137

139138
FROM ${FROM_LOCAL_PARENT} AS box-local
140139

test/e2e/box_record_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func startBoxWithEnv(ctx context.Context, t *testing.T, hostname, network string
4545
WaitingFor: wait.NewLogStrategy("API server listening"),
4646
Env: map[string]string{
4747
"LP_API_FRONTEND": "false",
48+
"CATALYST_SECRET": "f61b3cdb-d173-4a7a-a0d3-547b871a56f9",
4849
},
4950
}
5051
container, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{

0 commit comments

Comments
 (0)