We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b466d8 commit 3a11232Copy full SHA for 3a11232
Test/client_test.py
@@ -222,6 +222,8 @@ def test_algorithm_programmatic_create_process(self):
222
223
# --- testing complete, now publishing new release.
224
225
+ # Just commenting out this part, to temporarily to check the CI
226
+
227
pub_settings = {"algorithm_callability": "private"}
228
pub_version_info = {
229
"release_notes": "created programmatically",
@@ -244,9 +246,7 @@ def test_algorithm_programmatic_create_process(self):
244
246
response = created_algo.info(git_hash)
245
247
248
self.assertEqual(
- response["version_info"]["semantic_version"],
- "0.1.0",
249
- "information is incorrect",
+ response.version_info.semantic_version, "0.1.0", "information is incorrect"
250
)
251
252
0 commit comments