Skip to content

Commit 70e84da

Browse files
committed
sim/graphql: adjust the path
Signed-off-by: jsvisa <[email protected]>
1 parent 8a20fd2 commit 70e84da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simulators/ethereum/graphql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ FROM alpine:latest
1515
ADD . /source
1616
WORKDIR /source
1717
COPY --from=builder /source/graphql .
18-
COPY --from=builder /execution-apis/graphql/tests ./tests
18+
COPY --from=builder /execution-apis/tests/graphql ./tests
1919
ENTRYPOINT ["./graphql"]

simulators/ethereum/graphql/graphql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func graphqlTest(t *hivesim.T, c *hivesim.Client) {
7373
go func() {
7474
defer wg.Done()
7575
for test := range testCh {
76-
url := "https://github.com/ethereum/execution-apis/blob/master/graphql/tests"
76+
url := "https://github.com/ethereum/execution-apis/blob/master/tests/graphql"
7777
t.Run(hivesim.TestSpec{
7878
Name: fmt.Sprintf("%s (%s)", test.name, c.Type),
7979
Description: fmt.Sprintf("Test case source: %s/%v.json", url, test.name),

0 commit comments

Comments
 (0)