1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 05:58:43 +02:00

fix checkout of meta files

typo leaded to wrong parameter
This commit is contained in:
2019-09-16 13:33:46 +02:00
parent 035457cc26
commit 5f1109072f
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ class TestUpdate(OscTestCase):
self._check_digests('testUpdateServiceFilesAddDelete_files', '_service:foo', '_service:bar')
@GET('http://localhost/source/osctest/metamode?meta=1&rev=latest', file='testUpdateMetaMode_filesremote')
@GET('http://localhost/source/osctest/metamode/_meta?rev=1', file='testUpdateMetaMode__meta')
@GET('http://localhost/source/osctest/metamode/_meta?meta=1&rev=1', file='testUpdateMetaMode__meta')
def testUpdateMetaMode(self):
"""update package with metamode enabled"""
self._change_to_pkg('metamode')