[lxc-devel] [distrobuilder/master] sources/apertis: Fix tests

monstermunchkin on Github lxc-bot at linuxcontainers.org
Mon Aug 10 12:54:18 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 310 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200810/cca194e1/attachment.bin>
-------------- next part --------------
From c18ca2e39dd70d9d1ab9300833cbd80169487ee3 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Mon, 10 Aug 2020 14:53:58 +0200
Subject: [PATCH] sources/apertis: Fix tests

Signed-off-by: Thomas Hipp <thomas.hipp at 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",


More information about the lxc-devel mailing list