debian-koji-osbuild/test/container
Ondřej Budai 039fc6b618 test/builder: drop misleading quotes from config
configparser treats quotes literally:

client_id = "koji"

translates to the following python string:

'"koji"'

This doesn't matter in the test because the oauth mock from osbuild-composer
actually ignores the credentials and return the token in every case.

But if you want to take this config as an example, you will probably put the
credentials automatically inside the quotes which will not work because a real
oauth server will refuse the client ID surrounded by quotes.

Note that .conf works different than .toml:

TOML requires to have strings in quotes. Yeah, consistency. 🤷
2022-03-23 17:53:30 +01:00
..
builder test/builder: drop misleading quotes from config 2022-03-23 17:53:30 +01:00
hub Remove rhel.repo to avoid dnf being confused 2021-07-29 11:19:33 +02:00
brew.repo test: move container/ into test/ 2020-09-29 21:40:25 +01:00