File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
full-backend-tests/src/test/java/org/graylog2/inputs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919import net .bytebuddy .utility .RandomString ;
2020import org .assertj .core .api .Assertions ;
21+ import org .graylog .testing .completebackend .FullBackendTest ;
22+ import org .graylog .testing .completebackend .GraylogBackendConfiguration ;
2123import org .graylog .testing .completebackend .Lifecycle ;
2224import org .graylog .testing .completebackend .apis .GraylogApiResponse ;
2325import org .graylog .testing .completebackend .apis .GraylogApis ;
2426import org .graylog .testing .completebackend .apis .Users ;
25- import org .graylog .testing .completebackend .FullBackendTest ;
26- import org .graylog .testing .completebackend .GraylogBackendConfiguration ;
2727import org .graylog2 .shared .security .RestPermissions ;
2828import org .junit .jupiter .api .AfterAll ;
2929import org .junit .jupiter .api .BeforeAll ;
@@ -151,7 +151,7 @@ void testPermittedInputCreationAndReading() {
151151 void testRestrictedInputCreationAndReading () {
152152 String inputId = apis .forUser (inputsCreator ).inputs ().createGlobalInput ("testInput" ,
153153 "org.graylog2.inputs.misc.jsonpath.JsonPathInput" ,
154- Map .of ("target_url" , "https ://example.org" ,
154+ Map .of ("target_url" , "http ://example.org" ,
155155 "interval" , 10 ,
156156 "timeunit" , "MINUTES" ,
157157 "path" , "$.data" ,
You can’t perform that action at this time.
0 commit comments