-
Notifications
You must be signed in to change notification settings - Fork 534
Bools use lower-case strings in client->server params #970
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
Checks pretty printing of response is selected correctly.
The new storage integration test confirms that currently booleans are currently passed incorrectly. This PR passes booleans correctly. |
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.
A few nits, but that's all.
I'm assuming all the project changes etc make sense - they all look reasonable, but I'm not going to claim I've checked that they're all required etc.
|
||
namespace IntegrationTests | ||
{ | ||
static class Helper |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
const string ServiceAccountFilenameVariable = "TEST_SERVICE_CREDENTIAL_FILENAME"; | ||
const string ClientSecretFilenameVariable = "TEST_CLIENT_SECRET_FILENAME"; | ||
|
||
private static Lazy<string> s_projectId = new Lazy<string>(() => |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
} | ||
}); | ||
|
||
private static Lazy<byte[]> s_clientSecretStream = new Lazy<byte[]>(() => |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
No description provided.