-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[AppConfig] Re-record tests with Test proxy #33902
Conversation
API change check API changes are not detected in this pull request. |
4001c6c
to
e6b16b2
Compare
/azp run java - appconfiguration - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
5a66a9b
to
c627ee9
Compare
c627ee9
to
b43321c
Compare
9aabee7
to
415a1a3
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.
see comments. I think you may need to tell interceptorManager
about the HttpClient
in use. Otherwise looks great!
...-appconfiguration/src/test/java/com/azure/data/appconfiguration/ConfigurationClientTest.java
Outdated
Show resolved
Hide resolved
.buildClient(); | ||
.serviceVersion(serviceVersion); | ||
|
||
if (interceptorManager.isRecordMode()) { |
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.
Same idea - add calling setHttpClient
somewhere.
...onfiguration/src/test/java/com/azure/data/appconfiguration/ConfigurationAsyncClientTest.java
Outdated
Show resolved
Hide resolved
72cd7f6
to
2acd440
Compare
No description provided.