From 8b2eb47feab5283d237f3679ac8e09f50e85038f Mon Sep 17 00:00:00 2001 From: Andrew Johnston Date: Mon, 11 Nov 2024 08:39:07 -0900 Subject: [PATCH] update versions.ts test for new service --- services/harmony/test/versions.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/harmony/test/versions.ts b/services/harmony/test/versions.ts index 54f4750d4..f1f80682d 100644 --- a/services/harmony/test/versions.ts +++ b/services/harmony/test/versions.ts @@ -44,6 +44,7 @@ describe('Versions endpoint', function () { 'harmony/swath-projector-netcdf-to-zarr', 'harmony/service-example', 'l2-subsetter-batchee-stitchee-concise', + 'asf/opera-rtc-s1-browse', ]); }); @@ -195,4 +196,4 @@ describe('Versions endpoint', function () { }); }); }); -}); \ No newline at end of file +});