This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch SDAP-521
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-521 by this push:
     new 3db4da9  Revert "Reduced datainbounds L2 test bbox to ease memory 
footprint"
3db4da9 is described below

commit 3db4da98d7dede51467255485cbd0b0ea3c224a2
Author: rileykk <[email protected]>
AuthorDate: Fri Jul 5 13:52:07 2024 -0700

    Revert "Reduced datainbounds L2 test bbox to ease memory footprint"
    
    This reverts commit 46cf5ad73763497b031483ca7f4c7db0606fd5cc.
---
 tests/test_sdap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_sdap.py b/tests/test_sdap.py
index 8d65b93..a67e8f0 100644
--- a/tests/test_sdap.py
+++ b/tests/test_sdap.py
@@ -781,7 +781,7 @@ def test_subset_L2(host, start):
         "ds": "ASCATB-L2-Coastal_test",
         "startTime": "2018-09-24T00:00:00Z",
         "endTime": "2018-09-30T00:00:00Z",
-        "b": "160,-30,165,-25",
+        "b": "160,-30,180,-25",
     }
 
     response = requests.get(url, params=params)

Reply via email to