Skip to content

Commit

Permalink
fixup! apply_dimension: prevent specifying process with deprecated …
Browse files Browse the repository at this point in the history
…`runtime`
  • Loading branch information
soxofaan committed Nov 20, 2023
1 parent 4166e3e commit 8bf9114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/rest/datacube/test_datacube100.py
Original file line number Diff line number Diff line change
Expand Up @@ -3447,7 +3447,6 @@ def test_simple_apply_dimension_udf_legacy(self, con100):
"arguments": {
"data": {"from_parameter": "data"},
"runtime": "Python",
"version": "latest",
"udf": "def foo(x):\n return x\n",
},
"result": True,
Expand Down

0 comments on commit 8bf9114

Please sign in to comment.