Skip to content
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

fix: re-enable upload-api tests #864

Merged
merged 3 commits into from
Aug 18, 2023
Merged

Conversation

travis
Copy link
Member

@travis travis commented Aug 16, 2023

mocha's globbing behavior is... quirky. tests currently broken, working to fix.

mocha's globbing behavior is... quirky. tests currently broken, working to fix.
Copy link
Member

@alanshaw alanshaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - FWIW it's bash that's doing the expansion here - hence the quotes to prevent it and let mocha do it.

I still can't really figure out why, but "equal" CIDs suddenly stopped comparing equally with `deepEqual` - we were already converting them to strings in at least one place, so do that in the remaining spots.
@travis
Copy link
Member Author

travis commented Aug 18, 2023

chatted w/ @alanshaw out of band on the test changes I made after approval and I think we're aligned - want to get this merged to get tests running again on main but happy to update from any post-merge comments!

@travis travis merged commit d76a6af into main Aug 18, 2023
3 checks passed
@travis travis deleted the fix/re-enable-upload-api-tests branch August 18, 2023 19:17
travis added a commit that referenced this pull request Aug 22, 2023
🤖 I have created a release *beep* *boop*
---


##
[5.1.0](upload-api-v5.0.0...upload-api-v5.1.0)
(2023-08-22)


### Features

* add providers to space/info
([#862](#862))
([ac72921](ac72921))
* add subscriptions to CustomerGetSuccess
([#863](#863))
([dd2e77c](dd2e77c))
* change "total" to "limit"
([#867](#867))
([8295070](8295070))


### Bug Fixes

* re-enable upload-api tests
([#864](#864))
([d76a6af](d76a6af))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants