Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

tests: Fix the tests for the broken links #151

Merged

Conversation

sayanchowdhury
Copy link
Contributor

Signed-off-by: Sayan Chowdhury [email protected]

Copy link
Contributor

@cverna cverna left a comment

Choose a reason for hiding this comment

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

👍

@sayanchowdhury sayanchowdhury force-pushed the updates-tests-n-cassettes branch from 1997229 to 922d308 Compare July 25, 2018 12:21
@sayanchowdhury sayanchowdhury merged commit cec9b0a into fedora-infra:develop Jul 25, 2018
@sayanchowdhury sayanchowdhury deleted the updates-tests-n-cassettes branch July 25, 2018 12:22
@@ -465,4 +465,84 @@ interactions:
x-frame-options: [SAMEORIGIN]
x-xss-protection: [1; mode=block]
status: {code: 404, message: Not Found}
- request:
body: null
headers:
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not much familiar with this test. Can you please explain what we are testing here and from where are we getting below data?

Copy link
Contributor

Choose a reason for hiding this comment

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

@sinnykumari this is generated by vcrpy it allows to record http request. The first time the tests are run the requests is recorded into this file. Next time this test will be run it will use this file to mock the request instead of making a real call.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks, got it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants