#4632 Fix test with non strict order in format string check
Closed by fbo. Opened by fbo.
fbo/pagure fix_pagure_admin_test  into  master

Download 4632.patch

Traceback (most recent call last):
File "/pagure/tests/test_pagure_admin.py", line 2016, in test_set_default_branch_unknown_project
"No project found with: project=foob, user=None",
AssertionError: 'No project found with: user=None, project=foob' != 'No project found with: project=foob, user=None'
- No project found with: user=None, project=foob
? -----------
+ No project found with: project=foob, user=None
? +++++++++++

I prefer the solutin on #4628 since it gives us a consistent output on pagure-admin and is easyer to parse it properly not only on tests but on any workflow/script that parses pagure-admin's output

Sure I'm for it . I'm closing this.

Pull-Request has been closed by fbo

Metadata