From 81dfc92f86c7d71d369af50c84f675687b1093fe Mon Sep 17 00:00:00 2001
From: chris48s <chris48s@users.noreply.github.com>
Date: Tue, 23 Jul 2024 04:03:51 +0100
Subject: [PATCH] update [pypi] license test example (#10399)

---
 services/pypi/pypi-license.tester.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/pypi/pypi-license.tester.js b/services/pypi/pypi-license.tester.js
index f6332446fc..1893ee30e7 100644
--- a/services/pypi/pypi-license.tester.js
+++ b/services/pypi/pypi-license.tester.js
@@ -7,7 +7,7 @@ t.create('license (valid, package version in request)')
 
 t.create('license (valid, no package version specified)')
   .get('/requests.json')
-  .expectBadge({ label: 'license', message: 'Apache 2.0', color: 'green' })
+  .expectBadge({ label: 'license', message: 'Apache-2.0', color: 'green' })
 
 t.create('license (invalid)')
   .get('/not-a-package.json')
-- 
GitLab