|
98 | 98 | .with( |
99 | 99 | body: { |
100 | 100 | pf: [ |
101 | | - { f: 'FACUNDO_TEST', m: time_frame, rc: 3 }, |
102 | | - { f: 'Test_Save_1', m: time_frame, rc: 2 } |
| 101 | + { f: 'FACUNDO_TEST', m: time_frame, rc: 1 }, |
| 102 | + { f: 'Test_Save_1', m: time_frame, rc: 1 } |
103 | 103 | ] |
104 | 104 | }.to_json |
105 | 105 | )).to have_been_made |
|
120 | 120 | client.get_treatments('admin', %w[FACUNDO_TEST MAURO_TEST Test_Save_1]) |
121 | 121 | client.get_treatments('maldo', %w[FACUNDO_TEST Test_Save_1]) |
122 | 122 | client.get_treatments('nico_test', %w[FACUNDO_TEST MAURO_TEST Test_Save_1]) |
| 123 | + client.get_treatments('nico_test', %w[FACUNDO_TEST MAURO_TEST Test_Save_1]) |
123 | 124 |
|
124 | 125 | time_frame = SplitIoClient::Engine::Common::ImpressionCounter.truncate_time_frame((Time.now.to_f * 1000.0).to_i) |
125 | 126 |
|
|
130 | 131 | .with( |
131 | 132 | body: { |
132 | 133 | pf: [ |
133 | | - { f: 'FACUNDO_TEST', m: time_frame, rc: 4 }, |
134 | | - { f: 'MAURO_TEST', m: time_frame, rc: 3 }, |
135 | | - { f: 'Test_Save_1', m: time_frame, rc: 4 } |
| 134 | + { f: 'FACUNDO_TEST', m: time_frame, rc: 2 }, |
| 135 | + { f: 'MAURO_TEST', m: time_frame, rc: 2 }, |
| 136 | + { f: 'Test_Save_1', m: time_frame, rc: 2 } |
136 | 137 | ] |
137 | 138 | }.to_json |
138 | 139 | )).to have_been_made |
|
0 commit comments