debian-forge-composer/cmd/osbuild-worker-executor
Michael Vogt a691df2353 osbuild-worker-executor: fix order of assert.Equal() in tests
The `assert.Equal()` expects that the "expected" value is put
first. Which is not what I'm used to. It's also slightly inconsistent
because `assert.EqualError()` expects the "actual" err first and
then the expected string. But this commit is not about ranting :)

This commit fixes the order in the tests assert.Equal() so that
mismatches actually are displayed correctly.
2024-06-07 08:17:32 +02:00
..
build_result.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
config.go c/osbuild-worker-executor: update to match new name 2024-06-05 18:26:08 +02:00
export_test.go main: rework the way the mock logger is passed 2024-06-06 21:14:31 +02:00
handler_build.go osbuild-worker-executor: make test output silent again 2024-06-06 16:16:33 +02:00
handler_build_test.go osbuild-worker-executor: fix order of assert.Equal() in tests 2024-06-07 08:17:32 +02:00
handler_result.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_result_test.go osbuild-worker-executor: fix order of assert.Equal() in tests 2024-06-07 08:17:32 +02:00
handler_root.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00
handler_root_test.go osbuild-worker-executor: fix order of assert.Equal() in tests 2024-06-07 08:17:32 +02:00
main.go main: rework the way the mock logger is passed 2024-06-06 21:14:31 +02:00
main_test.go main: rework the way the mock logger is passed 2024-06-06 21:14:31 +02:00
routes.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00