Skip to content

Commit aaf41c5

Browse files
committed
fix(tests) use Kong 2.8
1 parent f6700dc commit aaf41c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/suite_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ func TestMain(m *testing.M) {
6161
kongbuilder = kongbuilder.WithProxyEnterpriseEnabled(licenseJSON).
6262
WithProxyEnterpriseSuperAdminPassword(kongTestPassword).
6363
WithProxyAdminServiceTypeLoadBalancer()
64+
} else {
65+
kongbuilder = kongbuilder.WithProxyImage("kong", "2.8.3")
6466
}
6567

6668
if dbmode == "postgres" {

0 commit comments

Comments
 (0)