Skip to content

Commit

Permalink
chore: remove test isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
gratcliff committed Sep 18, 2023
1 parent 02d4bce commit a680e9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
api_key=os.getenv("README_API_KEY"),
grouping_function="metrics.views.grouping_function",
background_worker_mode=False,
# base_log_url="https://example.com",
buffer_length=1,
timeout=5,
)
2 changes: 1 addition & 1 deletion test/integration-metrics.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ describe('Metrics SDK Integration Tests', function () {
expect(typeof har._id).toBe('string');
});

it.only('should add `x-documentation-url` to response headers', async function () {
it('should add `x-documentation-url` to response headers', async function () {
await fetch(`http://localhost:${PORT}`, { method: 'get' });

const [, body] = await getRequest();
Expand Down

0 comments on commit a680e9f

Please sign in to comment.