Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romasku committed Dec 8, 2021
1 parent a6454e2 commit 2802ae6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
User Configuration:
User Name user
Current Cluster default
Current Org <no-org>
Credits Quota 500.00
Jobs Quota 10
API URL https://dev.neu.ro/api/v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
User Configuration:
User Name user
Current Cluster default
Current Org <no-org>
Credits Quota 500.00
Jobs Quota 10
API URL https://dev.neu.ro/api/v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
User Configuration:
User Name user
Current Cluster default
Current Org <no-org>
Credits Quota 500.00
Jobs Quota 10
API URL https://dev.neu.ro/api/v1
Expand Down
2 changes: 1 addition & 1 deletion neuro-sdk/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def plugin_manager() -> PluginManager:
manager.config.define_str("job", "top-format")
manager.config.define_str("job", "life-span")
manager.config.define_str("job", "cluster-name", scope=ConfigScope.LOCAL)
manager.config.define_str("job", "cluster-name", scope=ConfigScope.LOCAL)
manager.config.define_str("job", "org-name", scope=ConfigScope.LOCAL)
manager.config.define_str_list("storage", "cp-exclude")
manager.config.define_str_list("storage", "cp-exclude-from-files")
return manager
Expand Down

0 comments on commit 2802ae6

Please sign in to comment.