Skip to content
Snippets Groups Projects
Commit 25c41253 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-287: minor fix.

parent 0419a847
No related branches found
No related tags found
1 merge request!188TMSS-287: implemented CycleQuota
......@@ -99,7 +99,7 @@ def main():
print("*****************************************************")
print("RADB, and RA-services up and running...")
print("*****************************************************")
print("RADB Credentials ID: %s" % (instance.radb.dbcreds_id, ))
print("RADB Credentials ID: %s" % (instance.radb_test_instance.dbcreds_id, ))
print()
print("Press Ctrl-C to exit (and remove the test database and django server automatically)")
waitForInterrupt()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment