Skip to content

Commit

Permalink
Small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Aug 2, 2023
1 parent fec0e5b commit 91d0d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IntegrationTests/QNOutagerIntegrationTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ - (QNAPIClient *)getClient:(NSString *)uid {
- (QNAPIClient *)getClient:(NSString *)uid projectKey:(NSString *)projectKey {
QNAPIClient *client = [[QNAPIClient alloc] init];

[client setBaseURL:@"https://outager.qonversion.workers.dev/"];
[client setBaseURL:@"<paste outager link here>"];
[client setApiKey:projectKey];
[client setSDKVersion:self.kSDKVersion];
[client setUserID:uid];
Expand Down

0 comments on commit 91d0d8b

Please sign in to comment.