summaryrefslogtreecommitdiff
path: root/ick2/versionapi_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-16 20:17:38 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-16 20:17:38 +0300
commit77c2d6ef20c825cd4fad4c5a92c51aa0e1658234 (patch)
tree228f4b5ab7cfe6e59cd9f8db8328719099713d2e /ick2/versionapi_tests.py
parentf3d1884f56d639b7d1a11929e5508b2170729e8f (diff)
downloadick2-77c2d6ef20c825cd4fad4c5a92c51aa0e1658234.tar.gz
Add: a key to version dict to trigger CD pipeline
Diffstat (limited to 'ick2/versionapi_tests.py')
-rw-r--r--ick2/versionapi_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ick2/versionapi_tests.py b/ick2/versionapi_tests.py
index 4f42b29..76879ed 100644
--- a/ick2/versionapi_tests.py
+++ b/ick2/versionapi_tests.py
@@ -37,5 +37,6 @@ class VersionAPITests(unittest.TestCase):
'artifact_store': bloburl,
'auth_url': idpurl,
'notify_url': notifyurl,
+ 'greeting': 'hello',
}
)