Skip to content

Commit 1f05921

Browse files
added version check in the test case
1 parent 898ada1 commit 1f05921

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

v2/tests/admin_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,9 @@ func Test_GetDeploymentId(t *testing.T) {
610610

611611
t.Run("Multiple calls consistency", func(t *testing.T) {
612612
withContextT(t, time.Minute, func(ctx context.Context, t testing.TB) {
613+
version := skipBelowVersion(client, ctx, "3.12.6", t)
614+
t.Logf("Current Version %s", version.Version)
615+
613616
resp1, err := client.GetDeploymentId(ctx)
614617
require.NoError(t, err)
615618
require.NotNil(t, resp1.Id)

0 commit comments

Comments
 (0)