Skip to content

Commit

Permalink
fix: tell nock to allow connections during docker-api test
Browse files Browse the repository at this point in the history
  • Loading branch information
SurferJeffAtGoogle committed Nov 30, 2021
1 parent 777f067 commit 351185f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/owl-bot/test/docker-api.ts
Expand Up @@ -15,6 +15,9 @@
import {describe, it} from 'mocha';
import * as docker from '../src/docker-api';
import * as assert from 'assert';
import nock from 'nock';

nock.enableNetConnect();

describe('fetchConfig', () => {
it('fetches a real docker image', async () => {
Expand Down

0 comments on commit 351185f

Please sign in to comment.