Skip to content
This repository was archived by the owner on Oct 8, 2023. It is now read-only.

Commit 34d329f

Browse files
korydraughnalanking
authored andcommitted
[#196] Fix issues with running tests.
1 parent da855e2 commit 34d329f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/tester/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN cp /etc/irods_client_rest_cpp/irods_client_rest_cpp.conf.rsyslog /etc/rsyslo
2323
/etc/init.d/irods_client_rest_cpp start
2424

2525
# TODO: Should this be the CMD rather than part of the ENTRYPOINT?
26-
su - irods -c "python3 /var/lib/irods/scripts/run_tests.py --topology_test icat --hostnames localhost tester_nginx-reverse-proxy_1 none none $1"
26+
su - irods -c "python3 /var/lib/irods/scripts/run_tests.py --topology_test icat --hostnames localhost nginx-reverse-proxy none none $1"

packaging/irods_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def base_url(reverse_proxy_host=None):
1515
if reverse_proxy_host == None:
1616
reverse_proxy_host = settings.HOSTNAME_1
17-
return f"http://{reverse_proxy_host}/irods-rest/0.9.2/"
17+
return f"http://{reverse_proxy_host}/irods-rest/0.9.3/"
1818

1919
def authenticate(_user_name, _password, _auth_type):
2020
buffer = BytesIO()

0 commit comments

Comments
 (0)