We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa8c8e commit 90230e8Copy full SHA for 90230e8
tests/integration/test_github.py
@@ -775,7 +775,7 @@ def test_user(self):
775
)
776
777
def test_release_by_ghostuser(self):
778
- """Test the ability to retrieve a release with "author: null" (ghost user)."""
+ """Test to retrieve a release with "author: null" (ghost user)."""
779
cassette_name = self.cassette_name("release_author_null")
780
with self.recorder.use_cassette(cassette_name):
781
repository = self.gh.repository("qiskit-community", "qiskit-qec")
0 commit comments