[arvados] updated: 2.7.0-6419-g21dd2617ef
git repository hosting
git at public.arvados.org
Fri Apr 19 13:45:10 UTC 2024
Summary of changes:
.../collection-service/collection-service-files-response.test.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 21dd2617efe92776030ca4a54d96e6a5a82ea26d (commit)
from 2037dc353ddfc0ae182189f69159ef00e637fba9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 21dd2617efe92776030ca4a54d96e6a5a82ea26d
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Apr 19 09:45:03 2024 -0400
21037: removed stray whitespace in xml example Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/services/collection-service/collection-service-files-response.test.ts b/services/workbench2/src/services/collection-service/collection-service-files-response.test.ts
index a043b7c680..aea95b925f 100644
--- a/services/workbench2/src/services/collection-service/collection-service-files-response.test.ts
+++ b/services/workbench2/src/services/collection-service/collection-service-files-response.test.ts
@@ -20,8 +20,7 @@ describe('collection-service-files-response', () => {
testCases.forEach(([inputURL, inputDisplayName, expectedURL, expectedName]) => {
// given
const collUUID = 'xxxxx-zzzzz-vvvvvvvvvvvvvvv';
- const xmlData = `
- <?xml version="1.0" encoding="UTF-8"?>
+ const xmlData = `<?xml version="1.0" encoding="UTF-8"?>
<D:multistatus xmlns:D="DAV:">
<D:response>
<D:href>/c=xxxxx-zzzzz-vvvvvvvvvvvvvvv/</D:href>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list