Skip to content

Commit a087afe

Browse files
committed
Quick fix in test
1 parent 39afdac commit a087afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/es/upv/i3m/grycap/im/auth/AuthorizationHeaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class AuthorizationHeaderTest extends ImTestWatcher {
3333
private static final String ONE_UP_CREDS =
3434
"id = one ; type = OpenNebula ; username = usr ; password = pwd ; host = host";
3535
private static final String ONE_TK_CREDS =
36-
" id = one ; type = OpenNebula ; token = token ; host = host";
36+
"id = one ; type = OpenNebula ; token = token ; host = host";
3737

3838
private static AuthorizationHeader ah;
3939

0 commit comments

Comments
 (0)