Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set metadata on request in API key noop test (#88507)
This PR fixes API key integration test setup for noops. In the noop test, we use the initial update request as a reference to choose suitable values to force non-noop updates, including metadata. However, metadata can be null on the initial request, meaning that the underlying API key will retain the metadata it was assigned on creation. This can lead to test failure when the metadata on the initial request is null, and the subsequent metadata update matches the metadata chosen at API key creation time. Closes #88503.
- Loading branch information