Skip to content

Commit

Permalink
test(integration): upgrade the gitbox image to support arm architectu…
Browse files Browse the repository at this point in the history
…re in addition to x86 (#2516)
  • Loading branch information
travi committed Jul 26, 2022
1 parent 846f4c2 commit 3bbf08c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/helpers/gitbox.js
Expand Up @@ -3,7 +3,7 @@ const getStream = require('get-stream');
const pRetry = require('p-retry');
const {initBareRepo, gitShallowClone} = require('./git-utils');

const IMAGE = 'pvdlg/docker-gitbox:latest';
const IMAGE = 'semanticrelease/docker-gitbox:latest';
const SERVER_PORT = 80;
const HOST_PORT = 2080;
const SERVER_HOST = 'localhost';
Expand Down
4 changes: 2 additions & 2 deletions test/helpers/mockserver.js
Expand Up @@ -36,7 +36,7 @@ async function start() {
}

/**
* Stop and remote the `mockserver` Docker container.
* Stop and remove the `mockserver` Docker container.
*/
async function stop() {
await container.stop();
Expand Down Expand Up @@ -91,7 +91,7 @@ async function mock(
}

/**
* Verify the `mockserver` has been called with a requestion matching expectations. The `expectation` is created with the `mock` function.
* Verify the `mockserver` has been called with a request matching expectations. The `expectation` is created with the `mock` function.
*
* @param {Object} expectation The expectation created with `mock` function.
* @return {Promise} A Promise that resolves if the expectation is met or reject otherwise.
Expand Down

0 comments on commit 3bbf08c

Please sign in to comment.