File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22All notable changes to this project will be documented here.
33
4+ ## [ v1.10.1]
5+ - Fixed bug where relevant test data was not included in the client while enqueuing tests (#265 )
6+
47## [ v1.10.0]
58- Updated development docker image to connect to the development MarkUs docker image (#238 )
69- Removed Tasty-Stats as a dependency for the haskell tester and added our own ingredient instead to collect stats (#259 )
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ def enqueue_tests(
9595 queue = _select_queue (len (test_data ) > 1 , request_high_priority )
9696 _print_queue_info (queue )
9797 for data in test_data :
98+ client = get_client (client_type , {** client_data , ** data })
9899 kwargs = {
99100 "client_type" : client_type ,
100101 "test_data" : {** client_data , ** data },
You can’t perform that action at this time.
0 commit comments