Skip to content

Commit 6f8c387

Browse files
committed
Remove reference to missing test classes
1 parent 178ef58 commit 6f8c387

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/creatubbles/api/CreatubblesAPI.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import com.creatubbles.api.response.gallery.CreateUserGalleryResponse;
2323
import com.creatubbles.api.response.user.UserProfileResponse;
2424
import com.creatubbles.api.util.EndPoints;
25-
import com.creatubbles.test.request.AuthTests;
2625
import com.google.gson.Gson;
2726
import com.google.gson.GsonBuilder;
2827

@@ -63,7 +62,7 @@ public static void main(String[] args) throws IOException {
6362
// Additional examples can be found in the JUnit test files
6463

6564
CreatubblesAPI.setStagingMode(true);
66-
String accessToken = AuthTests.getAuthToken();
65+
String accessToken = ""; // TODO commit tests AuthTests.getAuthToken();
6766

6867
CreateCreationRequest createCreation = new CreateCreationRequest(accessToken);
6968
CreateCreationResponse createCreationResponse = createCreation.execute().getResponse();

0 commit comments

Comments
 (0)