Commit 2cc4495
Fix: remove the special condition and fix the unit test (#1601)
* Fix: move the functionality from latest_container_image to retrieve
* address some comments from Gokul and add unit test
* remove extra functions and rewrite the test
* fix unit test
* fix for other unit test
* unit test fix
* fix unit test: add one more condition
* more unit tests fix
* remove redundant files
* remove the special condition and fix the unit test
---------
Co-authored-by: Chad Chiang <[email protected]>
Co-authored-by: Gokul Anantha Narayanan <[email protected]>1 parent 7ef6b99 commit 2cc4495
File tree
2 files changed
+5
-12
lines changed- src/sagemaker
- tests/unit/sagemaker/serve/detector
2 files changed
+5
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
| 499 | + | |
507 | 500 | | |
508 | 501 | | |
509 | 502 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments