From 8efb1fd6aaeac0342b9e95a9b5e6cb4ed2bba9f3 Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Jan 17 2020 11:36:23 +0000 Subject: Repair tests for previous commits Signed-off-by: Ondrej Nosek --- diff --git a/test/fedpkg-stage.conf b/test/fedpkg-stage.conf index 206e505..2f52251 100644 --- a/test/fedpkg-stage.conf +++ b/test/fedpkg-stage.conf @@ -21,3 +21,6 @@ url = https://pagure.stg.example.com/ [fedpkg-stage.pdc] url = https://pdc.stg.example.com/ + +[fedpkg-stage.distgit] +apibaseurl = https://src.example.com diff --git a/test/fedpkg-test.conf b/test/fedpkg-test.conf index 22ad1e2..9559288 100644 --- a/test/fedpkg-test.conf +++ b/test/fedpkg-test.conf @@ -22,3 +22,6 @@ url = https://pagure.example.com/ [fedpkg.pdc] url = https://pdc.example.com/ + +[fedpkg.distgit] +apibaseurl = https://src.example.com diff --git a/test/test_cli.py b/test/test_cli.py index 9c12567..d13664b 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -1452,6 +1452,7 @@ class TestRequestTestsRepo(CliTestCase): expected_issue_content = { 'action': 'new_repo', + 'branch': 'master', 'repo': 'foo', 'namespace': 'tests', 'description': 'Some description'