Skip to content

Commit

Permalink
config: fix e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Jan 19, 2024
1 parent 3cd0b26 commit 2dbf999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ RUN curl -o /usr/bin/minio https://dl.min.io/server/minio/release/linux-$TARGETA
&& mc --version

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

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

RUN mkdir /data

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

FROM ${FROM_LOCAL_PARENT} AS box-local

Expand Down
1 change: 1 addition & 0 deletions test/e2e/box_record_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func startBoxWithEnv(ctx context.Context, t *testing.T, hostname, network string
WaitingFor: wait.NewLogStrategy("API server listening"),
Env: map[string]string{
"LP_API_FRONTEND": "false",
"CATALYST_SECRET": "f61b3cdb-d173-4a7a-a0d3-547b871a56f9",
},
}
container, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
Expand Down

0 comments on commit 2dbf999

Please sign in to comment.