Skip to content

Commit

Permalink
[tools/shoestring]: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayonb committed Feb 19, 2025
1 parent e126ff4 commit 8b9ebc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/shoestring/tests/internal/test_Preparer.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@ def _assert_can_configure_docker(self, config, expected_startup_files, expected_

# - check compose file
expected_image_map = {
'db': 'mongo:6.0.14',
'initiate': 'mongo:6.0.14',
'db': 'mongo:7.0.16',
'initiate': 'mongo:7.0.16',
'client': 'symbolplatform/symbol-server:gcc-a.b.c.d',
'broker': 'symbolplatform/symbol-server:gcc-a.b.c.d',
'rest-api': 'symbolplatform/symbol-rest:a.b.c',
Expand Down

0 comments on commit 8b9ebc9

Please sign in to comment.