summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-08 14:43:32 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-08 16:36:58 +0200
commitecc2976f4bd1c1e880ae72ed6e4f3c33efe21069 (patch)
treedb0ceffd4b9077dbb7c59f2ed61e847f02d3bf43
parent50cdd0a2340d5b2bf5bafd7465e0224d9e241229 (diff)
downloadrules-cc-ecc2976f4bd1c1e880ae72ed6e4f3c33efe21069.tar.gz
fix typo
-rw-r--r--shell/test/EXPRESSIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/test/EXPRESSIONS b/shell/test/EXPRESSIONS
index f0966f7..635a407 100644
--- a/shell/test/EXPRESSIONS
+++ b/shell/test/EXPRESSIONS
@@ -275,7 +275,7 @@
}
, "then": {"type": "empty_map"}
, "else":
- { "type": "singelton_map"
+ { "type": "singleton_map"
, "key": "TEST_RUN_NUMBER"
, "value": {"type": "var", "name": "ATTEMPT"}
}