Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 3b24b7b

Browse files
author
Chris Wiechmann
committed
Removed .only
1 parent b1a58ac commit 3b24b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apibuilder4elastic/test/trafficMonitorAPI/asAdmin/payload/test_payload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('Payload', function () {
5656
after(() => stopApiBuilder(server));
5757

5858
describe('Payload tests', () => {
59-
it.only('[Payload-0001] Should return sent payload for leg 0', () => {
59+
it('[Payload-0001] Should return sent payload for leg 0', () => {
6060
const testPayload = fs.readFileSync(`${payloadFolder}/2020-07-03/08.55/0455ff5e82267be8182a553d-0-sent`);
6161
return requestAsync({
6262
method: 'GET', //

0 commit comments

Comments
 (0)