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

Switch mockito to v1 #171

Merged
merged 2 commits into from
Feb 20, 2025
Merged

Switch mockito to v1 #171

merged 2 commits into from
Feb 20, 2025

Conversation

ostenbom
Copy link
Contributor

No description provided.

Copy link
Collaborator

@augustoccesar augustoccesar left a comment

Choose a reason for hiding this comment

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

noice


let mut mock_server = mockito::Server::new_async().await;
let client = test_client(mock_server.url());
let _mocks = mock_cloudflare_endpoints(&mut mock_server, &resources).await;
Copy link
Collaborator

@augustoccesar augustoccesar Feb 20, 2025

Choose a reason for hiding this comment

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

We aren't really returning anything from mock_cloudflare_endpoints, right? I guess we can remove the let _mocks

Copy link
Collaborator

Choose a reason for hiding this comment

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

question:
Do we want to keep all the println!() that we have here?

@ostenbom ostenbom merged commit 3e1fa9c into 2.0 Feb 20, 2025
4 checks passed
@ostenbom ostenbom deleted the oliver/mockito-1 branch February 20, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants