diff options
| author | melissaml <ma.lei@99cloud.net> | 2019-05-12 04:40:55 +0800 |
|---|---|---|
| committer | melissaml <ma.lei@99cloud.net> | 2019-05-12 04:41:27 +0800 |
| commit | aabc67f3a2946c783056b5f282c9facad164e630 (patch) | |
| tree | 4c27c5de2fb1d90bbf76fe00680175404e2a1618 /openstackclient/tests/unit/api | |
| parent | 1bc44fcdc6c96bbffdd70c57f6cb11b5c1278071 (diff) | |
| download | python-openstackclient-aabc67f3a2946c783056b5f282c9facad164e630.tar.gz | |
Rename review.openstack.org to review.opendev.org
There are many references to review.openstack.org, and while the
redirect should work, we can also go ahead and fix them.
Change-Id: I82e3797dd4c05e4944f40c950b4fafe9a5334cbf
Diffstat (limited to 'openstackclient/tests/unit/api')
| -rw-r--r-- | openstackclient/tests/unit/api/test_object_store_v1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/api/test_object_store_v1.py b/openstackclient/tests/unit/api/test_object_store_v1.py index acf95550..74b62493 100644 --- a/openstackclient/tests/unit/api/test_object_store_v1.py +++ b/openstackclient/tests/unit/api/test_object_store_v1.py @@ -184,7 +184,7 @@ class TestObject(TestObjectAPIv1): } # TODO(dtroyer): When requests_mock gains the ability to # match against request.body add this check - # https://review.openstack.org/127316 + # https://review.opendev.org/127316 self.requests_mock.register_uri( 'PUT', FAKE_URL + '/qaz/counter.txt', |
