Update supported keystone version

This patch will fix functionnal tests

Change-Id: Iffd37201e7b3f49468b964bd357d1d94854e4ce7
This commit is contained in:
Corentin Ardeois 2017-01-19 19:36:05 -05:00
parent cf336dec98
commit b362b89813
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ describe("Keystone", () => {
describe("version()", () => {
const supportedApiVersions = [
new Version('3.7')
new Version('3.8')
];
/**