changed code formatting
This commit is contained in:
@@ -7,9 +7,7 @@ export const options = {
|
||||
};
|
||||
|
||||
export default function () {
|
||||
http.get(
|
||||
"http://localhost:8004/default/confirm-user?username=TheisGaedigk",
|
||||
);
|
||||
http.get("http://localhost:8004/default/confirm-user?username=TheisGaedigk");
|
||||
http.get("http://localhost:8004/default/users");
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user