Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apozohue10 committed Feb 17, 2022
1 parent d4230dc commit 63e2d52
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/unit/authentication-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const config = {
enabled: false,
pdp: 'idm', // idm|iShare|xacml|authzforce|opa|azf
header: undefined, // NGSILD-Tenant|fiware-service
azf: {
location: {
protocol: 'http',
host: 'localhost',
port: 8080,
Expand Down
2 changes: 1 addition & 1 deletion test/unit/authzforce-pdp-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const config = {
enabled: true,
pdp: 'authzforce', // idm|iShare|xacml|authzforce|opa|azf
header: undefined, // NGSILD-Tenant|fiware-service
azf: {
location: {
protocol: 'http',
host: 'authzforce.com',
port: 8080,
Expand Down
2 changes: 1 addition & 1 deletion test/unit/connection-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const config = {
authorization: {
enabled: true,
pdp: 'azf',
azf: {
location: {
protocol: 'http',
host: 'authzforce.com',
port: 8080,
Expand Down
2 changes: 1 addition & 1 deletion test/unit/ishare-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const config = {
enabled: true,
pdp: 'ishare', // idm|iShare|xacml|authzforce|opa|azf
header: 'fiware-service',
ishare: {
location: {
protocol: 'http',
host: 'ishare.org',
port: 8080
Expand Down
2 changes: 1 addition & 1 deletion test/unit/jwt-authentication-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const config = {
enabled: false,
pdp: 'idm', // idm|iShare|xacml|authzforce|opa|azf
header: undefined, // NGSILD-Tenant|fiware-service
azf: {
location: {
protocol: 'http',
host: 'localhost',
port: 8080,
Expand Down
2 changes: 1 addition & 1 deletion test/unit/opa-pdp-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const config = {
enabled: true,
pdp: 'opa', // idm|iShare|xacml|authzforce|opa|azf
header: 'fiware-service',
opa: {
location: {
protocol: 'http',
host: 'openpolicyagent.com',
port: 8080,
Expand Down
2 changes: 1 addition & 1 deletion test/unit/xacml-pdp-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const config = {
enabled: true,
pdp: 'xacml', // idm|iShare|xacml|authzforce|opa|azf
header: 'fiware-service',
xacml: {
location: {
protocol: 'http',
host: 'xacml.com',
port: 8080,
Expand Down

0 comments on commit 63e2d52

Please sign in to comment.