Skip to content

Commit

Permalink
Set default API version to 5 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti authored and mdimjasevic committed Sep 6, 2023
1 parent 79798e2 commit 00bb5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/Testlib/Env.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mkGlobalEnv cfgFile = do
gDomain1 = intConfig.backendOne.originDomain,
gDomain2 = intConfig.backendTwo.originDomain,
gDynamicDomains = (.domain) <$> Map.elems intConfig.dynamicBackends,
gDefaultAPIVersion = 4,
gDefaultAPIVersion = 5,
gManager = manager,
gServicesCwdBase = devEnvProjectRoot <&> (</> "services"),
gRemovalKeyPath = error "Uninitialised removal key path",
Expand Down

0 comments on commit 00bb5e3

Please sign in to comment.