We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7c671 commit d4820c6Copy full SHA for d4820c6
src/tests/cpp_dev/conan/test_config.py
@@ -9,7 +9,5 @@
9
def test_get_remotes() -> None:
10
conan_remotes = get_remotes(get_conan_config_source_dir())
11
12
- assert len(conan_remotes.remotes) == 2
13
- remote_names = [remote.name for remote in conan_remotes.remotes]
14
- assert "cpd" in remote_names
15
- assert "cpd_official" in remote_names
+ assert len(conan_remotes.remotes) == 1
+ conan_remotes.remotes[0].name == "cpd"
0 commit comments