We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb18530 commit 34b27deCopy full SHA for 34b27de
dreadnode_cli/agent/tests/test_config.py
@@ -121,7 +121,7 @@ def test_ensure_profile() -> None:
121
agent_config.add_link("test-main", UUID("00000000-0000-0000-0000-000000000000"), "main")
122
agent_config.active = "test-other"
123
with patch("rich.prompt.Prompt.ask", return_value="n"):
124
- with pytest.raises(Exception, match="Agent link does not match the current server profile"):
+ with pytest.raises(Exception, match="Current agent link"):
125
ensure_profile(agent_config, user_config=user_config)
126
127
# We should switch if the user agrees
0 commit comments