File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/test/java/com/box/sdk Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 11package com .box .sdk ;
22
3- import static com .github .tomakehurst .wiremock .core .WireMockConfiguration .wireMockConfig ;
43import static org .hamcrest .MatcherAssert .assertThat ;
54import static org .hamcrest .Matchers .is ;
6- import com .github .tomakehurst .wiremock .junit .WireMockRule ;
75import java .util .HashMap ;
86import java .util .Map ;
97
108import okhttp3 .Headers ;
11- import org .junit .Rule ;
129import org .junit .Test ;
1310
1411public class BoxSensitiveDataSanitizerTest {
15- @ Rule
16- public WireMockRule wireMockRule = new WireMockRule (wireMockConfig ().dynamicHttpsPort ().httpDisabled (true ));
17-
1812 @ Test
1913 public void removeSensitiveDataFromHeaders () {
2014 Map <String , String > headersMap = new HashMap <>();
You can’t perform that action at this time.
0 commit comments