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 5d1ba4e commit b88db2b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/unit/authentication-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config = {
public_paths: ['/public'],
authorization: {
enabled: false,
type: 'idm', // idm|iShare|xacml|authzforce|opa|azf
pdp: 'idm', // idm|iShare|xacml|authzforce|opa|azf
header: undefined, // NGSILD-Tenant|fiware-service
azf: {
protocol: 'http',
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 @@ -84,7 +84,7 @@ const config = {
public_paths: [],
authorization: {
enabled: true,
type: 'authzforce', // idm|iShare|xacml|authzforce|opa|azf
pdp: 'authzforce', // idm|iShare|xacml|authzforce|opa|azf
header: undefined, // NGSILD-Tenant|fiware-service
azf: {
protocol: 'http',
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 @@ -38,7 +38,7 @@ const config = {
public_paths: [],
authorization: {
enabled: true,
type: 'azf',
pdp: 'azf',
azf: {
protocol: 'http',
host: 'authzforce.com',
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 @@ -170,7 +170,7 @@ const config = {
public_paths: ['/public'],
authorization: {
enabled: true,
type: 'ishare', // idm|iShare|xacml|authzforce|opa|azf
pdp: 'ishare', // idm|iShare|xacml|authzforce|opa|azf
header: 'fiware-service',
ishare: {
protocol: 'http',
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 @@ -76,7 +76,7 @@ const config = {
public_paths: ['/public'],
authorization: {
enabled: false,
type: 'idm', // idm|iShare|xacml|authzforce|opa|azf
pdp: 'idm', // idm|iShare|xacml|authzforce|opa|azf
header: undefined, // NGSILD-Tenant|fiware-service
azf: {
protocol: 'http',
Expand Down
2 changes: 1 addition & 1 deletion test/unit/keyrock-pdp-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const config = {
public_paths: [],
authorization: {
enabled: true,
type: 'idm' // idm|iShare|xacml|authzforce|opa|azf
pdp: 'idm' // idm|iShare|xacml|authzforce|opa|azf
}
};

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 @@ -144,7 +144,7 @@ const config = {
public_paths: [],
authorization: {
enabled: true,
type: 'opa', // idm|iShare|xacml|authzforce|opa|azf
pdp: 'opa', // idm|iShare|xacml|authzforce|opa|azf
header: 'fiware-service',
opa: {
protocol: 'http',
Expand Down
2 changes: 1 addition & 1 deletion test/unit/start-up-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config = {
public_paths: [],
authorization: {
enabled: false,
type: 'authzforce' // idm|iShare|xacml|authzforce|opa|azf
pdp: 'authzforce' // idm|iShare|xacml|authzforce|opa|azf
}
};

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 @@ -113,7 +113,7 @@ const config = {
public_paths: [],
authorization: {
enabled: true,
type: 'xacml', // idm|iShare|xacml|authzforce|opa|azf
pdp: 'xacml', // idm|iShare|xacml|authzforce|opa|azf
header: 'fiware-service',
xacml: {
protocol: 'http',
Expand Down

0 comments on commit b88db2b

Please sign in to comment.