From 4787ce7ff888c994f0a4cc38e511b437c9365e4b Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 11 Oct 2019 20:55:39 +0100 Subject: [PATCH] test(pkgs_spec): reset version from `2019.2.1` back to `2019.2.0` * https://groups.google.com/forum/#!msg/salt-announce/a2kXUwwakqQ/f4sdBQpNDAAJ --- test/integration/v201902-py2/controls/pkgs_spec.rb | 4 ++-- test/integration/v201902-py3/controls/pkgs_spec.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/v201902-py2/controls/pkgs_spec.rb b/test/integration/v201902-py2/controls/pkgs_spec.rb index eceafb0..718ddda 100644 --- a/test/integration/v201902-py2/controls/pkgs_spec.rb +++ b/test/integration/v201902-py2/controls/pkgs_spec.rb @@ -3,13 +3,13 @@ version = case platform[:family] when 'redhat' - '2019.2.1-1.el7' + '2019.2.0-1.el7' when 'fedora' '2019.2.0-1.fc30' when 'suse' '2019.2.0-lp151.5.3.1' when 'debian' - '2019.2.1+ds-1' + '2019.2.0+ds-1' end control 'salt packages' do diff --git a/test/integration/v201902-py3/controls/pkgs_spec.rb b/test/integration/v201902-py3/controls/pkgs_spec.rb index a840026..cbf0927 100644 --- a/test/integration/v201902-py3/controls/pkgs_spec.rb +++ b/test/integration/v201902-py3/controls/pkgs_spec.rb @@ -7,14 +7,14 @@ version = when 'amazon' '2019.2.0-1.el7' when 'centos' - '2019.2.1-1.el7' + '2019.2.0-2.el7' end when 'fedora' '2019.2.0-1.fc30' when 'suse' '2019.2.0-lp151.5.3.1' when 'debian' - '2019.2.1+ds-1' + '2019.2.0+ds-1' end control 'salt packages' do