fix IT and istio dns host
2 unresolved threads
2 unresolved threads
This MR introduces IT fix along with istio dns host usage.
Edited by Nikhil Singh[MicroSoft]
Merge request reports
Activity
assigned to @NikhilSingh
35 35 Map<String, String> headers = new HashMap<>(); 36 36 headers.put("Data-Partition-Id", TestUtils.getOsduTenant()); 37 37 ClientResponse response = TestUtils.send(getLegalUrl(), "legaltags", "POST", token, body, "", headers, false); 38 assertEquals(HttpStatus.SC_CREATED, response.getStatus()); 38 assertTrue(response.getStatus()==HttpStatus.SC_CREATED ||response.getStatus()==HttpStatus.SC_CONFLICT ); yes we can have it, had a discussion with @harshit283 for same
- Resolved by Komal Makkar
mentioned in commit e1b5723c
added Vulnerability Management label
changed milestone to %M10 - Release 0.13
Please register or sign in to reply