We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39afdac commit a087afeCopy full SHA for a087afe
src/test/java/es/upv/i3m/grycap/im/auth/AuthorizationHeaderTest.java
@@ -33,7 +33,7 @@ public class AuthorizationHeaderTest extends ImTestWatcher {
33
private static final String ONE_UP_CREDS =
34
"id = one ; type = OpenNebula ; username = usr ; password = pwd ; host = host";
35
private static final String ONE_TK_CREDS =
36
- " id = one ; type = OpenNebula ; token = token ; host = host";
+ "id = one ; type = OpenNebula ; token = token ; host = host";
37
38
private static AuthorizationHeader ah;
39
0 commit comments