We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6700dc commit aaf41c5Copy full SHA for aaf41c5
test/integration/suite_test.go
@@ -61,6 +61,8 @@ func TestMain(m *testing.M) {
61
kongbuilder = kongbuilder.WithProxyEnterpriseEnabled(licenseJSON).
62
WithProxyEnterpriseSuperAdminPassword(kongTestPassword).
63
WithProxyAdminServiceTypeLoadBalancer()
64
+ } else {
65
+ kongbuilder = kongbuilder.WithProxyImage("kong", "2.8.3")
66
}
67
68
if dbmode == "postgres" {
0 commit comments