Update agent disable/enable tests, following service fix#47580
Merged
dargilco merged 6 commits intoJun 27, 2026
Merged
Conversation
dargilco
requested review from
bobogogo1990,
glharper,
howieleung,
kingernupur,
nick863,
trangevi and
trrwilson
as code owners
June 19, 2026 20:01
…t-disable-enable-tests
…t-disable-enable-tests
…t-disable-enable-tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the agent enable/disable logic and refines the associated tests to ensure correct error handling and endpoint coverage. It also updates
.env.templatewith missing environment variables.I verified that the 2 bugs I reported were fixed:
Agent enable/disable logic and error handling:
enableanddisableoperations to only accept204(No Content), ensuring stricter compliance with expected API responses. [1] [2] [3] [4]test_agents_crud.pyandtest_agents_crud_async.pyto:inputparameter instead of creating conversations for agent response tests.PermissionDeniedErrorwhen calling a disabled agent, ensuring the agent properly rejects requests when disabled. [1] [2] [3] [4] [5] [6]Test coverage improvements:
Configuration and asset updates:
FABRIC_IQ_PROJECT_CONNECTION_IDandFABRIC_IQ_USER_INPUTto.env.templatefor new configuration options.assets.jsonto a new version.