Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge branch 'development' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 committed Oct 8, 2020
2 parents 9d00f0b + 0b64c95 commit eb2e87e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master, development ]
pull_request:
branches: [ master, development ]
workflow_dispatch:

jobs:

Expand Down
6 changes: 3 additions & 3 deletions adaptation_layer/tests/test_iwf_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ def test_get_site_network(self):
"ip_mapping": None,
"_links": {
"self": {
"href": "http://localhost:8087/networks/1"
"href": "http://iwf-repository-app:8087/networks/1"
},
"network": {
"href": "http://localhost:8087/networks/1"
"href": "http://iwf-repository-app:8087/networks/1"
},
"site": {
"href": "http://localhost:8087/networks/1/site"
"href": "http://iwf-repository-app:8087/networks/1/site"
}
}
}, net)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test-iwf-repository.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
iwf-repository-app:
image: 5geve/iwf-repository
image: 5geve/iwf-repository:latest
depends_on:
- iwf-repository-db
networks:
Expand Down

0 comments on commit eb2e87e

Please sign in to comment.