Skip to content

Commit

Permalink
Move domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
kieljohn committed Feb 22, 2018
1 parent 35aeef8 commit 81ff8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/Vivait/DocBuild/DocBuildSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function let(HttpAdapter $httpAdapter, Cache $cache)
{
$this->tempDir = vfsStream::setup('path');

$httpAdapter->setUrl('http://api.doc.build/')->shouldBeCalled();
$httpAdapter->setUrl('http://api.docbuild.vivait.co.uk/')->shouldBeCalled();

$cache->contains('token')->willReturn(true);
$cache->fetch('token')->willReturn('myapitoken');
Expand Down
2 changes: 1 addition & 1 deletion src/Vivait/DocBuild/DocBuild.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected function configureOptions(OptionsResolver $resolver)
$resolver->setDefaults([
'token_refresh' => true,
'cache_key' => 'token',
'url' => 'http://api.doc.build/',
'url' => 'http://api.docbuild.vivait.co.uk/',
]);
}

Expand Down

0 comments on commit 81ff8a1

Please sign in to comment.