Skip to content

Commit

Permalink
fix: missing response_url in image creation test
Browse files Browse the repository at this point in the history
  • Loading branch information
williams-jack committed Jul 15, 2024
1 parent 301c750 commit dd966d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const CONFIG = getConfig();

describe("grader image functionality", () => {
const graderImageBuildReq: GraderImageBuildRequest = {
dockerfileContents: `FROM hello-world
`,
dockerfileContents: `FROM hello-world`,
dockerfileSHASum: "generated-sha-sum",
responseURL: "http://example.com/response"
};

beforeAll(() => {
Expand Down

0 comments on commit dd966d6

Please sign in to comment.