Skip to content

Commit

Permalink
sim/graphql: adjust the path
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Sep 26, 2023
1 parent 8a20fd2 commit 70e84da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simulators/ethereum/graphql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ FROM alpine:latest
ADD . /source
WORKDIR /source
COPY --from=builder /source/graphql .
COPY --from=builder /execution-apis/graphql/tests ./tests
COPY --from=builder /execution-apis/tests/graphql ./tests
ENTRYPOINT ["./graphql"]
2 changes: 1 addition & 1 deletion simulators/ethereum/graphql/graphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func graphqlTest(t *hivesim.T, c *hivesim.Client) {
go func() {
defer wg.Done()
for test := range testCh {
url := "https://github.com/ethereum/execution-apis/blob/master/graphql/tests"
url := "https://github.com/ethereum/execution-apis/blob/master/tests/graphql"
t.Run(hivesim.TestSpec{
Name: fmt.Sprintf("%s (%s)", test.name, c.Type),
Description: fmt.Sprintf("Test case source: %s/%v.json", url, test.name),
Expand Down

0 comments on commit 70e84da

Please sign in to comment.