tests: fix URL to internal tests repo

Fixes the following error when discovering/running tests locally:
```
$ tmt -v --context 'distro=rhel-10' run discover
/var/tmp/tmt/run-515
Found 1 plan.

/plans/tier1-internal
    discover
        how: fmf
        order: 50
        url: https://gitlab.com/redhat/rhel/tests/emacs.git
        fail: Command 'git clone https://gitlab.com/redhat/rhel/tests/emacs.git /var/tmp/tmt/run-515/plans/tier1-internal/discover/default-0/tests' returned 128.
```
This commit is contained in:
Lukáš Zaoral 2024-09-18 13:33:20 +02:00
parent 3043ef2605
commit e54e0afb41
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -1,7 +1,7 @@
/tier1-internal:
discover:
how: fmf
url: https://gitlab.com/redhat/rhel/tests/emacs.git
url: https://pkgs.devel.redhat.com/git/tests/emacs
filter: 'tier: 1'
execute:
how: tmt