Merge pull request #3730 from nymtech/qa/fix-api-tests

fix config for prod runs on api tests
This commit is contained in:
Tommy Verrall
2023-08-02 15:05:27 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -241,7 +241,7 @@ describe("Get mixnode data", (): void => {
expect(response).toBeNull();
} else {
response.forEach(function (value) {
expect(typeof value).toBe("string");
expect(typeof value).toBe("number");
});
}
});
+3 -2
View File
@@ -10,7 +10,8 @@ qa:
log_level: error
prod:
api_base_url: https://validator.nymtech.net/api/v1
mixnode_identity: DLdMKLPywEy1vnu3yPrtXvzY7fw1puiiHpA9n9UQatiQ
gateway_identity: CgQrYP8etksSBf4nALNqp93SHPpgFwEUyTsjBNNLj5WM
mix_id: 730
mixnode_identity: 3pMCJswCyA19MGYWGDWT5fBk2M8ybSZGXttyAoNY5gBB
gateway_identity: 2BuMSfMW3zpeAjKXyKLhmY4QW1DXurrtSPEJ6CjX3SEh
log_level: error
time_zone: utc