The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/359

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From c18ca2e39dd70d9d1ab9300833cbd80169487ee3 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Mon, 10 Aug 2020 14:53:58 +0200
Subject: [PATCH] sources/apertis: Fix tests

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 sources/apertis-http_test.go | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/sources/apertis-http_test.go b/sources/apertis-http_test.go
index cd2d0d1..c5a050e 100644
--- a/sources/apertis-http_test.go
+++ b/sources/apertis-http_test.go
@@ -14,14 +14,6 @@ func TestApertisHTTP_getLatestRelease(t *testing.T) {
                release string
                want    string
        }{
-               {
-                       "17.12",
-                       "17.12.1",
-               },
-               {
-                       "18.03",
-                       "18.03.0",
-               },
                {
                        "18.12",
                        "18.12.0",
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to