Skip to content

Commit

Permalink
chore: update keymanager spec tests to run against v1.1.0 (#7044)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Aug 22, 2024
1 parent 4ea7edd commit 6d01593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/test/unit/keymanager/oapiSpec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {testData} from "./testData.js";
// eslint-disable-next-line @typescript-eslint/naming-convention
const __dirname = path.dirname(fileURLToPath(import.meta.url));

const version = "v1.0.0";
const version = "v1.1.0";
const openApiFile: OpenApiFile = {
url: `https://github.com/ethereum/keymanager-APIs/releases/download/${version}/keymanager-oapi.json`,
filepath: path.join(__dirname, "../../../oapi-schemas/keymanager-oapi.json"),
Expand Down

0 comments on commit 6d01593

Please sign in to comment.