Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Application] Fix the application runtime min nuclio versions error message #5718

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

moranbental
Copy link
Member

Now the error message will be 'Application Runtime' function requires Nuclio v1.13.1 or higher

https://iguazio.atlassian.net/browse/ML-6539
related pr - #5618

@moranbental moranbental marked this pull request as ready for review June 5, 2024 08:32
@@ -73,7 +73,7 @@ def test_create_function_validate_min_nuclio_version(
self._generate_runtime(self.runtime_kind)
assert (
str(exc.value)
== "'ApplicationRuntime.__init__' function requires Nuclio v1.13.1 or higher"
== "'Application Runtime' function requires Nuclio v1.13.1 or higher"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it says 'Application Runtime' function ... should be just 'Application Runtime'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what @jillnogold suggested.
Please see the conversation here - https://iguazio.atlassian.net/browse/ML-6539

@TomerShor TomerShor merged commit c5042e0 into mlrun:development Jun 5, 2024
11 checks passed
@moranbental moranbental deleted the application branch June 5, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants