Skip to content

Commit

Permalink
Bump runtime release version in test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboldt committed May 10, 2021
1 parent 0569dcc commit 4758829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/acceptance-tests/tile_acceptancetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_runtime_config_is_present(self):
port: 8119
releases:
- name: runtime-test-release
version: 0.1.5
version: 0.2.0
'''
)
self.assertEqual(self.metadata.get('runtime_configs'), expected)
Expand Down
4 changes: 2 additions & 2 deletions tile_generator/test_metadata_expected_output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ runtime_configs:
port: 8119
releases:
- name: runtime-test-release
version: 0.1.5
version: 0.2.0
post_deploy_errands:
Expand All @@ -1904,4 +1904,4 @@ update:

provides_product_versions:
- name: test-tile
version: '0.0.1'
version: '0.0.1'

0 comments on commit 4758829

Please sign in to comment.