diff --git a/tests/test_docs/test_bash_yaml/md_files/bash-quickstart.md b/tests/test_docs/test_bash_yaml/md_files/bash-quickstart.md index 810f8f7fcb..ae41b56077 100644 --- a/tests/test_docs/test_bash_yaml/md_files/bash-quickstart.md +++ b/tests/test_docs/test_bash_yaml/md_files/bash-quickstart.md @@ -40,7 +40,6 @@ pip install open-aea[all] svn checkout https://github.com/valory-xyz/open-aea/tags/v1.10.0/packages packages ``` - ``` bash sudo apt-get install python3.7-dev ``` @@ -66,7 +65,7 @@ v1.7.0 AEA configurations successfully initialized: {'author': 'fetchai'} ``` ``` bash -aea fetch open_aea/my_first_aea:0.1.0 --local +aea fetch open_aea/my_first_aea:0.1.0:QmbyFaoHWikC8dHcpdTVboxVnkXX2vMgch4UUXmwCfJhRu --remote cd my_first_aea ``` ``` bash diff --git a/tests/test_docs/test_quickstart.py b/tests/test_docs/test_quickstart.py index 54b8aaa667..2d23bf36fc 100644 --- a/tests/test_docs/test_quickstart.py +++ b/tests/test_docs/test_quickstart.py @@ -37,7 +37,7 @@ def test_correct_echo_string(): """Test the echo string in the quickstart is using the correct protocol specification id.""" file_path = Path(ROOT_DIR, "docs", "quickstart.md") bash_code_blocks = extract_code_blocks(filepath=file_path, filter_="bash") - echo_bloc = bash_code_blocks[18] + echo_bloc = bash_code_blocks[17] default_protocol_spec_id = echo_bloc.split(",")[2] assert ( str(DefaultMessage.protocol_specification_id) == default_protocol_spec_id