#5090 Fixing sample input and output for alias related api
Merged 3 years ago by pingou. Opened 3 years ago by mohanboddu.
mohanboddu/pagure fixes  into  master

file modified
+4 -4
@@ -1996,8 +1996,8 @@ 

      ::

  

          {

-           'alias_from': 'master',

-           'alias_to': 'main'

+           'alias_from': 'main',

+           'alias_to': 'rawhide'

          }

  

  
@@ -2096,7 +2096,7 @@ 

      ::

  

          {

-             "refs/heads/main": "refs/heads/master"

+             "refs/heads/rawhide": "refs/heads/main"

          }

  

      """
@@ -2156,7 +2156,7 @@ 

      ::

  

          {

-             "refs/heads/main": "refs/heads/master"

+             "refs/heads/rawhide": "refs/heads/main"

          }

  

      """

Thanks!

Since this isn't covered by the tests I'll merge this PR right now :)

Pull-Request has been merged by pingou

3 years ago
Metadata