From c5d8e2f93b871087f919c99b1410bdc854f5aa52 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Mon, 26 Aug 2024 14:34:48 -0400 Subject: [PATCH] fixup: missing comma --- tests/test_pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pipelines.py b/tests/test_pipelines.py index 2089ae49..38ccb1fe 100644 --- a/tests/test_pipelines.py +++ b/tests/test_pipelines.py @@ -84,7 +84,7 @@ # a selection of mostly common outputs COMMON_OUTPUTS = { - "artifactMask" + "artifactMask", "calexp", "calexpBackground", "ccdVisitTable",