Minor fixes; Update frontend

This commit is contained in:
Lou Knauer
2022-03-30 09:39:13 +02:00
parent c28604b524
commit 27b3d78f6e
3 changed files with 11 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ func TestRestApi(t *testing.T) {
"project": "testproj",
"cluster": "testcluster",
"partition": "default",
"walltime": 3600,
"arrayJobId": 0,
"numNodes": 1,
"numHwthreads": 8,
@@ -217,6 +218,7 @@ func TestRestApi(t *testing.T) {
job.Cluster != "testcluster" ||
job.SubCluster != "sc1" ||
job.Partition != "default" ||
job.Walltime != 3600 ||
job.ArrayJobId != 0 ||
job.NumNodes != 1 ||
job.NumHWThreads != 8 ||