-
Notifications
You must be signed in to change notification settings - Fork 15
chore: Add unit tests for ToolboxSyncClient #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f5aaff6
to
4945c4f
Compare
50d6e8d
to
916c865
Compare
10be78b
to
3d7d713
Compare
916c865
to
e08caae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to confirm -- do we have a 1:1 mapping of sync tests to auth tests? I see some "Extra" sync tests. Should we move those into a Class so it's clear they are additive?
3d7d713
to
2e77464
Compare
Yes, there is a 1:1 mapping for core auth tests in Thanks for the suggestion! Updated the sync client tests
|
e08caae
to
91c2731
Compare
91c2731
to
13079a1
Compare
2e77464
to
f3a1865
Compare
13079a1
to
81856a3
Compare
This change introduces a warning that is displayed immediately before a tool invocation if: 1. The invocation includes an authentication header. 2. The connection is being made over non-secure HTTP. > [!IMPORTANT] The purpose of this warning is to alert the user to the security risk of sending credentials over an unencrypted channel and to encourage the use of HTTPS.
These also help identify differences with the existing async client tests.
81856a3
to
b70dfa7
Compare
Uh oh!
There was an error while loading. Please reload this page.